Commit bc5b57e2 authored by 何远江's avatar 何远江

12

parent 93f2a653
......@@ -515,9 +515,19 @@ export default {
break
}
},
knifeTempShow() {
this.knifeTempSearch.knifeTempCode = '';
this.knifeTempSearch.locationCode = '';
async knifeTempShow() {
// this.knifeTempSearch.knifeTempCode = '';
// this.knifeTempSearch.locationCode = '';
console.log(this.tableSelectData, 'selectData');
return
const params = {
arrangeCode: '',
processId: ''
}
await this.$u.api.dModel.getToolsByProcessIdAndArrangeCode(params)
this.knifeTempVisible = true
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment