管道基础大数据平台系统开发-【前端】-新系統界面
surprise
2023-10-17 4f618d6e31552a7088a1f93813dae6dabfff2137
src/views/datamanage/dataUpdata.vue
@@ -1676,7 +1676,7 @@
          this.formCheckAll.wbsPath = path;
        }
      }
      debugger
      this.formCheckAll.sjfl = '数字化成果'
      const data = await dataUpload_uploadChecks(this.formCheckAll);
      if (data.code != 200) {
@@ -1721,19 +1721,19 @@
      this.quayTestForms.zipPath = this.multipleSelection[this.taskStatus].path;
      this.quayTestForms.wbsPath = this.multipleSelection[this.taskStatus].path;
      // this.quayTestForms.wbsPath = this.multipleSelection[this.taskStatus].path;
      if (this.quayTestForms.zipPath.indexOf(".zip") == -1) {
        this.taskStatus++;
        this.getStartTaskStatus();
      } else {
        this.quayTestForms.names = this.pathBak;
        this.quayTestForms.names = JSON.parse(this.pathBak).toString();
        var value = this.getCheckedKeys
        var bak = value.data.fullName.split("\\");
        this.quayTestForms.xmmc = bak[this.taskStatus];
        this.quayTestForms.sjzy = this.formInline.specialtyId;
        this.quayTestForms.zipPath =
          this.multipleSelection[this.taskStatus].path;
        // this.quayTestForms.wbsPath =this.multipleSelection[this.taskStatus].path;
          // this.quayTestForms.wbsPath = this.multipleSelection[this.taskStatus].path;
        this.quayTestForms.sjfl = '数字化成果'
        const data = await dataUpload_uploadChecks(this.quayTestForms);
        if (data.code != 200) {