1
lzhe
2024-12-01 2ec3250c83921ba91836ef8af129a74fef9d3c6a
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);