52238 国内编辑,起草单位的关闭不管用
This commit is contained in:
@@ -832,6 +832,7 @@
|
||||
<el-input
|
||||
:config="field"
|
||||
clearable
|
||||
@input="change($event)"
|
||||
v-model="sarStandardsInfoEO['QCDW']"
|
||||
:disabled="formdisableflag" placeholder="选择或输入起草单位">
|
||||
</el-input>
|
||||
@@ -840,6 +841,7 @@
|
||||
<el-input
|
||||
:config="field"
|
||||
clearable
|
||||
@input="change($event)"
|
||||
v-model="sarStandardsInfoEO['QCDW']"
|
||||
:disabled="formdisableflag" placeholder="选择或输入起草单位">
|
||||
</el-input>
|
||||
@@ -2928,6 +2930,9 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
change(e){
|
||||
this.$forceUpdate();
|
||||
},
|
||||
BZTXhandle () {
|
||||
this.modalShowFlag6 = true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user