浏览代码

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

csx 5 年前
父节点
当前提交
c5496ae9f4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/data/printTemplate.vue

+ 2 - 2
src/xt_pages/data/printTemplate.vue 查看文件

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: "切换成功"