From 5a25a46716a856047fe2000fd3d24601b9521410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 12 Apr 2023 11:53:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/person/indexjs.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/system/person/indexjs.js b/src/views/system/person/indexjs.js index 03ebc48..a6e0e25 100644 --- a/src/views/system/person/indexjs.js +++ b/src/views/system/person/indexjs.js @@ -534,6 +534,8 @@ export default { }, // 审核提交 templesubmit() { + this.form.positionalTitleLevel = this.form.positionalTitleLevelCheck + this.form.geniusItem = this.form.geniusItemCheck updateNurseStationPersonChecks(this.form).then(res => { this.$modal.msgSuccess("审核成功"); this.getList();