gaoshp
2024-11-08 858b9959cc9d8d8c10bd206e39be006c2eed8331
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);