管道基础大数据平台系统开发-【前端】-新系統界面
1
Surpriseplus
2023-02-13 6d5f52522f19ff17991e2ffe90a52e42ace416b9
1
已修改3个文件
6 ■■■■ 文件已修改
src/components/navMenu.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/dataUpdata.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/styleManage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/navMenu.vue
@@ -225,7 +225,7 @@
          this.showFlag = null;
        }
      }
      // debugger
      //
      if (index === 4 || index === 5 || index === 6) {
        sessionStorage.removeItem('changeliSelect')
        this.$set(this, 'changeliSelect', null)
src/views/datamanage/dataUpdata.vue
@@ -1985,7 +1985,7 @@
        },
        xhr: function () {
          var myXhr = $.ajaxSettings.xhr();
          debugger
          if (myXhr.upload) { //检查upload属性是否存在
            myXhr.upload.addEventListener('progress', that.progressHandlingFunction, false); //绑定progress事件的回调函数
          }
src/views/datamanage/styleManage.vue
@@ -1276,7 +1276,7 @@
      }
      this.listData.name = this.ruleForm.name;
      const data = await select_Style_ByPageAndCount(this.listData);
      debugger
      if (data.code != 200) {
        this.$message.error("列表调用失败");
      }