加工顺序
This commit is contained in:
@@ -121,7 +121,7 @@ export default {
|
||||
dialogFormVisible: false,
|
||||
gridData: [],
|
||||
Machine: [],
|
||||
MachineValue: '1',
|
||||
MachineValue: '',
|
||||
loading0: false,
|
||||
tableData: [], // 表格数据
|
||||
pageSize: 10,
|
||||
@@ -129,6 +129,11 @@ export default {
|
||||
total: 0
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
MachineValue(val) {
|
||||
this.searchTable()
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.Jurisdiction()
|
||||
this.fetchData()
|
||||
|
||||
Reference in New Issue
Block a user