Browse Source

修改公司组件数据查找

xiaodai2022 2 years ago
parent
commit
ecd80dfef6

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.575ebd76.js


BIN
dist/static/js/app.575ebd76.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.fe5a2512.js


BIN
dist/static/js/app.fe5a2512.js.gz


+ 2 - 2
src/components/global/search-select/index.vue

@@ -75,9 +75,9 @@ export default {
         let res = {};
         const num = Number(this.type);
         if (this.business_companyNo === "1") {
-          res = await asyncRequest[`list${num}`](num < 4 ? {} : formValue);
+          res = await asyncRequest[`list${num}`](num < 4 ? formValue : {});
         } else {
-          res = await asyncAoldRequest[`list${num}`](num < 4 ? {} : formValue);
+          res = await asyncAoldRequest[`list${num}`](num < 4 ? formValue : {});
         }
         if (num === 1) {
           delete formValue["name"];

Some files were not shown because too many files changed in this diff