Commit ee6af99a authored by tanjunxin's avatar tanjunxin

fix: 生产排产重复查询细节优化

parent 0c34e00a
......@@ -913,6 +913,9 @@ export default {
},
/** 查询要维护刀模版列表 */
async getList() {
if(this.loading) {
return this.$modal.msgWarning("正在查询中,待查询结果返回后再查询!");
}
this.queryParams.workCenterId = this.queryWorkunitParams.workstationId
this.queryParams.workshopId = this.queryWorkunitParams.workshopId
this.loading = 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