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

12

parent 93f2a653
...@@ -515,9 +515,19 @@ export default { ...@@ -515,9 +515,19 @@ export default {
break break
} }
}, },
knifeTempShow() { async knifeTempShow() {
this.knifeTempSearch.knifeTempCode = ''; // this.knifeTempSearch.knifeTempCode = '';
this.knifeTempSearch.locationCode = ''; // this.knifeTempSearch.locationCode = '';
console.log(this.tableSelectData, 'selectData');
return
const params = {
arrangeCode: '',
processId: ''
}
await this.$u.api.dModel.getToolsByProcessIdAndArrangeCode(params)
this.knifeTempVisible = true 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