BUG优化

dev
xiepeng 2024-05-23 10:51:23 +08:00
parent 913425b001
commit 33dd475271
2 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@
:multiple="true" :multiple="true"
:list="dictData.PERSONNEL_TYPE.list" :list="dictData.PERSONNEL_TYPE.list"
:show-search="false" :show-search="false"
v-model="formData.PERSONNEL_TYPE_NAME" v-model="formData.PERSONNEL_TYPE"
disabled disabled
label-key="NAME" label-key="NAME"
value-key="DICTIONARIES_ID" value-key="DICTIONARIES_ID"

View File

@ -80,6 +80,7 @@ import {basePath, loginUser} from "../../../common/tool";
if (res.data.pd) { if (res.data.pd) {
uni.hideLoading(); uni.hideLoading();
_this.form = res.data.pd; _this.form = res.data.pd;
console.log(_this.form)
_this.$set(_this.form, 'REVIEW_RESULT', ''); _this.$set(_this.form, 'REVIEW_RESULT', '');
} }
} }