Browse Source

fix: [模板管理] GSP009的使用量分类型

lkf
memorylkf 1 month ago
parent
commit
67f4ebda13
2 changed files with 4 additions and 5 deletions
  1. +3
    -4
      src/views/business/comps/template/comps/gsp/GSP009.vue
  2. +1
    -1
      src/views/business/comps/template/comps/lba/LBA004.vue

+ 3
- 4
src/views/business/comps/template/comps/gsp/GSP009.vue View File

@ -274,7 +274,7 @@ export default {
sxrq: null,
kc: null,
kcdw: null,
type: 1,
type: paralleConfigs.xzlx,
syl: null,
syldw: null,
yxzq: null,
@ -291,7 +291,6 @@ export default {
row.syl = null
});
debugger
//使
this.resourceTmp = tmpResource
this.yqResourceTmp = []
@ -323,7 +322,7 @@ export default {
//
deleteParalleConfig(index) {
if(this.formData.paralleConfigs.length===1){
// this.$message.error("1");
this.$message.error("至少需要1个");
return;
}
this.formData.paralleConfigs.splice(index, 1);
@ -332,7 +331,7 @@ export default {
debugger
},
onTableRegentSubmit(val1,va2,va3){
debugger
this.$refs[`paralleStepFormPackageRef_${va2}`][0].updateFormData('xzlx',va3.selectInfo.selectType)
}
}
};

+ 1
- 1
src/views/business/comps/template/comps/lba/LBA004.vue View File

@ -463,7 +463,7 @@ export default {
//
deleteParalleConfig(index) {
if(this.formData.paralleConfigs.length===1){
// this.$message.error("1");
this.$message.error("至少需要1个");
return;
}
this.formData.paralleConfigs.splice(index, 1);

Loading…
Cancel
Save