This commit is contained in:
zds
2022-08-04 08:33:21 +08:00
parent 47723a23a5
commit dc53ad0aee
5 changed files with 226 additions and 140 deletions

View File

@@ -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() {