瀏覽代碼

案例,资讯新增发布,取消发布功能

qymljy 1 年之前
父節點
當前提交
1ff96a8896
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/WebsiteManagement/serviceAppointMag/modules/transferService.vue

+ 2 - 0
src/WebsiteManagement/serviceAppointMag/modules/transferService.vue

@@ -337,6 +337,7 @@ export default {
             console.log(this.data, "data====");
             this.form = Object.assign({}, this.form, this.data);
             console.log(this.form, "form");
+            this.form.province = [this.form.province,this.form.city,this.form.county]
             this.$refs.dialogRef.dialogVisible = true;
             this.getServeClass();
             const res = await this.$store.dispatch(
@@ -365,6 +366,7 @@ export default {
         this.$refs.form.validate(async (valid) => {
           if (!valid) return false;
           this.$refs.dialogRef.loading = true;
+          this.form.province = this.form.province
           const res = await this.$api.requested({
             id: "20240903093303",
             content: {