Ver código fonte

修改公司组件数据查找

xiaodai2022 2 anos atrás
pai
commit
ecd80dfef6

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/index.html


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/app.575ebd76.js


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


Diferenças do arquivo suprimidas por serem muito extensas
+ 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"];

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff