|
@@ -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>
|