This commit is contained in:
zds
2022-10-26 15:57:29 +08:00
parent 0857a63285
commit b020b34d85
4 changed files with 9 additions and 2 deletions

View File

@@ -446,6 +446,7 @@ export default {
}
},
open() {
this.tableData = []
if (this.form.formula_id) {
// 编辑之后获取明细
crudacceptformula.getDtl({ 'formula_id': this.form.formula_id }).then(res => {

View File

@@ -208,6 +208,7 @@ export default {
this.viewShow = true
},
typeChange() {
this.mstrow = { }
this.newShow = true
},
mytoEdit(row) {