648540858
2022-02-20 5bcd8495e03b08ff417f74f816d20e028f9b1fe0
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,