管道基础大数据平台系统开发-【前端】-新系統界面
liupengpeng
2023-03-03 17e6f0a506928908bf2ea3a98fabbe06d2fc9a68
Signed-off-by: liupengpeng <276665548@qq.com>
已修改2个文件
10 ■■■■■ 文件已修改
src/views/datamanage/dictionaryManage.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/userManage/userInfoManage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/dictionaryManage.vue
@@ -319,6 +319,7 @@
      top="2vh"
      :title="$t('dataManage.dictionaryManageObj.revamp')"
      :visible.sync="dialogFormVisible"
      :before-close="handleClose"
    >
      <div style="height: 500px; overflow: auto">
        <el-form
@@ -822,6 +823,13 @@
      this.activeName = result[0].tab;
      this.startQueryNameData();
    },
    handleClose() {
      this.$confirm("关闭后无法保存,是否关闭?")
        .then((_) => {
          this.dialogFormVisible = false
        })
        .catch((_) => { });
    },
  },
};
</script>
src/views/userManage/userInfoManage.vue
@@ -926,7 +926,7 @@
    },
    //关闭弹出框
    handleClose(done) {
      this.$confirm("确认关闭?")
      this.$confirm("关闭后无法保存,是否关闭?")
        .then((_) => {
          this.editForm = {
            uid: "",