BUG优化
parent
913425b001
commit
33dd475271
|
@ -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"
|
||||||
|
|
|
@ -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', '');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue