Browse Source

删除账户列表,islevel 入参

xiaodai2017 2 years ago
parent
commit
20a3bf85ee

+ 0 - 1
src/views/interest/companyAccount-origin/index.vue

@@ -100,7 +100,6 @@ async function onSearch() {
 
   const { code, data, message } = await httpList({
     ...form,
-    islevel: "2",
     companyNo: currentCompany.value.companyNo,
     noRela: currentCompany.value.companyNo === ""
   });

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

@@ -102,7 +102,6 @@ async function onSearch() {
 
   const { code, data, message } = await httpList({
     ...form,
-    islevel: "2",
     companyNo: currentCompany.value.companyNo,
     noRela: currentCompany.value.companyNo === ""
   });

+ 1 - 2
src/views/system/account/index.vue

@@ -93,8 +93,7 @@ async function onSearch() {
 
   const { code, data, message } = await httpList({
     ...form,
-    noRela: true,
-    islevel: "1"
+    noRela: true
   });
 
   responseHandle({