gaoshp
2024-11-03 3931e2728f618d0090f129b2665bc1285c4440c3
src/views/console/basic-data/addSupplierInfo.vue
@@ -85,7 +85,7 @@
            this.$refs.dialogForm.validate(async (valid) => {
               if (valid) {
                  this.isSaveing = true;
                  this.$HTTP.post("/api/blade-cps/supplier/save",obj).then(res=> {
                  this.$HTTP.post("/api/smis/supplier/save",obj).then(res=> {
                     this.isSaveing = false;
                     if(res.code == 200) {
                        this.$emit('success', this.form, this.mode);