lex-xin 3 سال پیش
والد
کامیت
5db9887f99
1فایلهای تغییر یافته به همراه14 افزوده شده و 14 حذف شده
  1. 14 14
      src/views/organManager/index.vue

+ 14 - 14
src/views/organManager/index.vue

@@ -138,7 +138,7 @@
 </template>
 <script>
 import pagination from "@/components/Pagination/index";
-import { tenantInfoQueryPage ,platformServeDelete } from "./api";
+import { tenantInfoQueryPage , tenantInfoOpsState } from "./api";
 import { getTimes } from "@/utils";
 const initSearch = {
   search: null,
@@ -201,19 +201,19 @@ export default {
         route.meta.title = tagTitle + '机构'
       })
     },
-    async delService(row) {
-      this.$confirm("是否删除?", "提示", {
-        confirmButtonText: "确定",
-        cancelButtonText: "取消",
-        type: "warning",
-      }).then( async() => {
-        try{
-         await platformServeDelete({ id:row.id})
-         this.$message.success('删除成功')
-         this.getList()
-        }catch{}
-      });
-    },
+    // async delService(row) {
+    //   this.$confirm("是否删除?", "提示", {
+    //     confirmButtonText: "确定",
+    //     cancelButtonText: "取消",
+    //     type: "warning",
+    //   }).then( async() => {
+    //     try{
+    //      await platformServeDelete({ id:row.id})
+    //      this.$message.success('删除成功')
+    //      this.getList()
+    //     }catch{}
+    //   });
+    // },
   },
 };
 </script>