licp
2024-04-29 cd0252da419d4065e322b945da2d836796bc0e1f
src/components/view/a5-capacity-scope.vue
@@ -224,7 +224,8 @@
            props:{
              value:'name',
              label:'name',
              checkStrictly: true
              checkStrictly: true,
              multiple: true
            }
          },
          requiredAdd: ['sonLaboratory', 'inspectionItem', 'manHour', 'inspectionItemType', 'inspectionValueType',
@@ -335,6 +336,7 @@
        if (this.radio === '0') {
          this.showItemParameter = true;
          this.showTestObject = false;
          this.selectTestObjectByName()
          /* this.$nextTick(() => {
             this.$refs.itemParameterTable.selectList()
          }) */
@@ -347,6 +349,7 @@
      refreshTable() {
        if (this.radio === '0') {
          this.$refs['itemParameterTable'].selectList()
        } else {
          this.$refs['testObjectTable'].selectList()
        }