Browse Source

feat:[模板管理][update]

lkf
luojie 2 months ago
parent
commit
a7d9c18fe4
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue

+ 4
- 3
src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue View File

@ -202,6 +202,7 @@ export default {
}
this.$refs[ref][0]?.updateDataSourceByRowIndex(idx,{subTargetSolutionCode: length==1?snList:snList[idx],...expDate});
});
Promise.resolve();
}
}
}
@ -210,9 +211,9 @@ export default {
},
async handleUpdateCode() {
this.assignNumbersToTableData("paralleConfigs");
this.assignNumbersToTableData("ladderConfigs");
this.$nextTick(() => {
Promise.all([this.assignNumbersToTableData("ladderConfigs"),this.assignNumbersToTableData("paralleConfigs")
]).then(()=>{
console.log("nextTick")
//
const params = {
type: "fieldChanged",

Loading…
Cancel
Save