snow hace 2 años
padre
commit
f4cf4ba799

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
dist/static/js/0.js


+ 1 - 1
src/store/modules/user.js

@@ -532,7 +532,7 @@ async function getRoleProcess(roleid) {
 // 区分供应商和业务公司获取不同的菜单列表
 async function getRoleMenuList(level = "") {
   const { code, data, message } = await menuList({
-    ...(level ? {level} : {})
+    ...(level ? { level } : {})
   })
 
   //menu接受账户异常:禁用 并返回

+ 0 - 1
src/views/interest/account/index.vue

@@ -132,7 +132,6 @@
               @click="openPasswordModal(scope.row.id, false)"
             ></i>
           </el-tooltip> -->
-
           <el-tooltip
             v-if="powers.some((i) => i == '007')"
             effect="dark"

+ 1 - 1
src/views/interest/account/select-plat.vue

@@ -56,7 +56,7 @@ export default {
     async remoteMethod(platform_name) {
       this.selectLoading = true
       this.options = []
-      this.proxyValue = []
+      // this.proxyValue = []
 
       const { code, data, message } = await asyncRequest.platlist({ platform_name })
       if (code === 0) {

+ 7 - 1
src/views/serviceParam/orderuse/index.vue

@@ -227,6 +227,7 @@ import mixinPage from "@/mixins/elPaginationHandle";
 import { mapGetters } from "vuex";
 import resToken from "@/mixins/resToken";
 import companyHelper from "@/mixins/companyHelper"
+
 export default {
   name: "orderuse",
   mixins: [mixinPage, resToken, companyHelper],
@@ -454,7 +455,12 @@ export default {
         return;
       }
       this.loading = true;
-      const res = await asyncRequest.list(this.parmValue);
+      
+      const res = await asyncRequest.list({
+        ...this.parmValue,
+        needRela: true
+      });
+
       if (res && res.code === 0 && res.data) {
         this.tableData = res.data.list;
         this.pageInfo.total = Number(res.data.count);

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio