648540858
2022-04-08 f10b458fc919fbcadc4936bf3a7886088e20ac71
web_src/src/components/dialog/catalogEdit.vue
@@ -77,8 +77,7 @@
      })
        .then((res)=> {
          if (res.data.code === 0) {
            console.log("添加/修改成功")
            if (this.submitCallback)this.submitCallback()
            if (this.submitCallback)this.submitCallback(this.form)
          }else {
            this.$message({
              showClose: true,