Commit b84c8412 authored by 沈翠玲's avatar 沈翠玲

领料申请联动

parent 001f239c
......@@ -81,11 +81,9 @@
},
watch: {
arrangeCode(v){
if(v) {
this.queryParams.arrangeCode = v;
this.getList();
}
}
},
data() {
return {
......
......@@ -109,17 +109,13 @@
},
watch: {
arrangeCode(v){
if(v){
this.queryParams.arrangeCode = v;
this.getList();
}
},
workorderCode(v){
if(v){
this.queryParams.workorderCode = v;
this.getList();
}
}
},
data() {
return {
......
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