Commit 423c303e authored by 沈翠玲's avatar 沈翠玲

生产排版

parent 1a8abcdc
...@@ -314,6 +314,9 @@ export default { ...@@ -314,6 +314,9 @@ export default {
/** 查询排产换型对照信息列表 */ /** 查询排产换型对照信息列表 */
getList() { getList() {
this.loading = true; this.loading = true;
if (!this.queryParams.workorderCode) {
delete this.queryParams.workorderCode
}
getDtaList(this.queryParams).then(response => { getDtaList(this.queryParams).then(response => {
this.scheduleSetupRuleList = response.rows; this.scheduleSetupRuleList = response.rows;
this.total = response.total; this.total = response.total;
......
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