This commit is contained in:
dt_2916866708
2024-01-12 10:17:16 +08:00
parent 6a42423cfb
commit 0f3a7b72d6
6 changed files with 27 additions and 14 deletions

View File

@@ -43,6 +43,7 @@ export default {
},
data() {
return {
model:"add",
loadingBtn: false,
constants: [],
editPram: {
@@ -83,7 +84,7 @@ export default {
addTreeListLabelForCasCard(arr, child) {
},
handlerSubmit() {
productApi.classifySave(this.editPram,).then((result) => {
productApi[this.model](this.editPram).then((result) => {
if(result.code==20000){
this.$parent.$parent.editDialogConfig.visible=false;
this.$message.success("添加成功!");