@dongkboy vor 5 Monaten
Ursprung
Commit
fb2c59e0c1

+ 0 - 2
src/views/organizationManagement/organization/organizationlist.vue

@@ -170,10 +170,8 @@ const formInline = reactive({
 })
 const tableData = ref([]);
 onBeforeMount(() => {
-  if (auth('organizationlist.view')) {
     findpage();//列表数据
     queryTreeQuery();//区划数据
-  }
 });
 //获取区划数据
 const queryTreeQuery = () => {

+ 0 - 4
src/views/productConfiguration/appConfig/appManagement.vue

@@ -31,14 +31,10 @@
           </el-button>
         </template>
         <template v-slot:operation="scope">
-          <Auth :value="'paymentCodeConfig.edit'">
             <el-button type="primary" link @click="paymentEdit(scope.operationData)"> 编辑
             </el-button>
-          </Auth>
-          <Auth :value="'paymentCodeConfig.delete'">
             <el-button type="primary" link @click="paymentDel(scope.operationData.id)"> 删除
             </el-button>
-          </Auth>
           <el-button type="primary" link @click="versionControl(scope.operationData)"> 版本管理
           </el-button>
         </template>

+ 0 - 2
src/views/productConfiguration/appConfig/versionManagement.vue

@@ -39,10 +39,8 @@
           </el-button>
         </template>
         <template v-slot:operation="scope">
-          <Auth :value="'paymentCodeConfig.edit'">
             <el-button type="primary" link @click="versionEdit(scope.operationData)"> 编辑
             </el-button>
-          </Auth>
         </template>
         <template v-slot:search="scope">
           {{ scope.slotData.label }}