BUG优化
parent
913425b001
commit
33dd475271
|
@ -27,7 +27,7 @@
|
|||
:multiple="true"
|
||||
:list="dictData.PERSONNEL_TYPE.list"
|
||||
:show-search="false"
|
||||
v-model="formData.PERSONNEL_TYPE_NAME"
|
||||
v-model="formData.PERSONNEL_TYPE"
|
||||
disabled
|
||||
label-key="NAME"
|
||||
value-key="DICTIONARIES_ID"
|
||||
|
|
|
@ -80,6 +80,7 @@ import {basePath, loginUser} from "../../../common/tool";
|
|||
if (res.data.pd) {
|
||||
uni.hideLoading();
|
||||
_this.form = res.data.pd;
|
||||
console.log(_this.form)
|
||||
_this.$set(_this.form, 'REVIEW_RESULT', '');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue