11
86134
2023-11-17 7c66c1b443ade5701a88e6361993f028eb05a8f6
src/views/technology/operation/operation-form.vue
@@ -188,7 +188,7 @@
      <div class="operation-detail">
        <el-tabs type="card" style="width: 100%;height: 100%">
          <el-tab-pane label="基础" style="height: 100%">
          <!-- <el-tab-pane label="基础" style="height: 100%">
            <el-card class="operation-capacity" header="工序能力">
              <el-transfer
                filterable
@@ -226,7 +226,7 @@
                </div>
              </el-upload>
            </el-card>
          </el-tab-pane>
          </el-tab-pane> -->
          <el-tab-pane label="参数" style="height: 100%">
            <el-card class="operation-capacity" header="工序参数集模板">
              <div slot="header">
@@ -592,8 +592,8 @@
      // }
    },
    init() {
      this.operationId = this.dataForm.id
      this.fetchCapabilityForOperation()
      // this.operationId = this.dataForm.id
      // this.fetchCapabilityForOperation()
      if (this.dataForm.id) {
        getObj(this.dataForm.id).then((response) => {
          this.dataForm = response.data.data