1
lzhe
2024-11-27 6f5e279ecbf36cbcbb46e13180eb313324c71918
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);