luobisheng
2022-12-07 cc25fa1b8d2269281703508c551119696fcbabab
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: {
@@ -236,25 +233,9 @@
        .then((res) => {
        });
    },
    // // 当前页改变触发事件
    // changeCurrentPage(page) {
    //     this.currentPage = page;
    //     this.getUserList();
    // },
    // // 上一页点击事件
    // handlePrev(page) {
    //     this.currentPage = page;
    //     this.getUserList();
    // },
    // // 下一页点击事件
    // handleNext(page) {
    //     this.currentPage = page;
    //     this.getUserList();
    // },
  },
};
</script>
<!-- sccg/system/portal/thirdApp/search -->
<style lang="scss" scoped>
.otherInterface {
  header {