优化
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
<pagination />
|
||||
</div>
|
||||
<AddDialog @AddChanged="querytable" />
|
||||
<StructIvt4 :dialog-show.sync="structshow" :rowmst="crud.query" @StructIvtClosed="querytable" />
|
||||
<StructIvt4 ref="child" :dialog-show.sync="structshow" :rowmst="form" @StructIvtClosed="querytable" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -241,6 +241,7 @@ export default {
|
||||
XLList: [],
|
||||
fileList: [],
|
||||
checkrows: [],
|
||||
form: {},
|
||||
rules: {
|
||||
}}
|
||||
},
|
||||
@@ -307,10 +308,8 @@ export default {
|
||||
this.crud.notify('请先选择关键设备!')
|
||||
return false
|
||||
}
|
||||
if (this.crud.query.status !== '01' || this.crud.query.status === undefined) {
|
||||
this.crud.notify('重排只能选择生成状态记录!')
|
||||
return false
|
||||
}
|
||||
this.form.device_id = this.crud.query.device_id
|
||||
this.$refs.child.getMsg(this.crud.query.device_id)
|
||||
this.structshow = true
|
||||
},
|
||||
downdtl() {
|
||||
|
||||
Reference in New Issue
Block a user