|
|
@@ -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: {
|