luobisheng
2022-12-07 8e367b87b978d20a30a6ca900d95c25c9eb82b0e
src/views/operate/rectification/surveyList/index.vue
@@ -214,19 +214,16 @@
        .catch((_) => {});
    },
    closeDialog({ flag, index }) {
      console.log(flag);
      index === 1 ? "" : "";
      this.dialogCreate = flag;
    },
    // 创建查看弹窗
    handleView(rowData) {
      console.log(rowData);
      this.userInfo = rowData;
      this.dialogUpdate = true;
    },
    // 删除第三方接口
    handleDelete({ id }) {
      console.log(id);
      this.$axios
        .delete("sccg/system/portal/thirdApp/delete", {
          params: {