管道基础大数据平台系统开发-【前端】-新系統界面
1
Surpriseplus
2022-11-24 12d4c8077c73db88abee8d21b7a86ab802254e0e
src/views/datamanage/domainManage.vue
@@ -361,7 +361,7 @@
      this.fullscreenLoading = true;
      this.listData.ns = data.ns;
      this.listData.tab = data.tab;
      debugger;
      getSingleTab(this.listData).then((res) => {
        setTimeout(() => {
          if (res.code == 200) {
@@ -484,6 +484,7 @@
      this.$refs[formName].validate((valid) => {
        if (valid) {
          this.fullscreenLoading = true;
          debugger;
          insertDomain(this.editForm)
            .then((res) => {
              setTimeout(() => {