huanghongfeng
21 小时以前 78d5eca8ea11c60ac88ebf133329fddad7c2aad2
代码管理/WCS/WCS/WIDESEAWCS_Client/src/extension/taskinfo/extend/taskExecuteDetail.vue
@@ -105,6 +105,7 @@
<script>
import VolBox from "@/components/basic/VolBox.vue";
export default {
  components: { VolBox },
  data() {
@@ -175,6 +176,7 @@
          if (!x.status) return this.$message.error(x.message);
          this.$message.success("鎿嶄綔鎴愬姛");
          this.getSteps();
          this.getDetailDatas();
        });
    },
    recovery(){
@@ -188,12 +190,13 @@
          if (!x.status) return this.$message.error(x.message);
          this.$message.success("鎿嶄綔鎴愬姛");
          this.getSteps();
          this.getDetailDatas();
        });
    },
    next() {
      this.http
        .post(
          "/api/Task/UpdateTaskStatusToNext?taskNum=" + this.row.taskNum,
          "/api/Task/NextStepeXecuted?taskNum=" + this.row.taskNum,
          {},
          true
        )
@@ -201,6 +204,7 @@
          if (!x.status) return this.$message.error(x.message);
          this.$message.success("鎿嶄綔鎴愬姛");
          this.getSteps();
          this.getDetailDatas();
        });
    },
    switchView() {
@@ -212,6 +216,17 @@
        this.height = "200px";
      }
    },
    getPageData(){
      this.http
        .post(
          "/api/Task/getPageData",
          {},
          true
        )
        .then((x) => {
          console.log('杩涜鍒锋柊')
        });
    },
    tableRowClassName({ row, rowIndex }) {
      if (!row.isNormal) {
        return "error-row";