This commit is contained in:
qianhao.xu
2024-06-27 11:14:25 +08:00
parent 38e2a6c71c
commit 7bdeb368c7

View File

@@ -296,7 +296,7 @@ export default {
}, },
// 父级产品远程搜索 // 父级产品远程搜索
ParentProduct_querySearchAsync(queryString) { ParentProduct_querySearchAsync(queryString) {
debugger
if (queryString != '') this.DMLdialog.loading = true if (queryString != '') this.DMLdialog.loading = true
getBOMQuery({ queryString: queryString }).then((res) => { getBOMQuery({ queryString: queryString }).then((res) => {
if (res.code == 200) { if (res.code == 200) {