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);