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