|
|
|
|
222
|
this.radio = template_id.toString();
|
222
|
this.radio = template_id.toString();
|
223
|
this.tempRadio = template_id.toString();
|
223
|
this.tempRadio = template_id.toString();
|
224
|
// 同步
|
224
|
// 同步
|
225
|
- console.log(response.data.data.fileds)
|
|
|
|
|
225
|
+ // console.log(response.data.data.fileds)
|
226
|
this.loading = false;
|
226
|
this.loading = false;
|
227
|
- store.dispatch("updateAllFiledConfigList", response.data.data.fileds).then(() => {});
|
|
|
|
|
227
|
+ // store.dispatch("updateAllFiledConfigList", response.data.data.fileds).then(() => {});
|
228
|
this.$message({
|
228
|
this.$message({
|
229
|
type: "success",
|
229
|
type: "success",
|
230
|
message: "切换成功"
|
230
|
message: "切换成功"
|