epans 1 year ago
parent
commit
708ef275e6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/utils/request.js
  2. 1 1
      src/views/workManagement/WorkTaskAssign.vue

+ 1 - 1
src/utils/request.js

@@ -6,7 +6,7 @@ import { MessageBox, Message } from 'element-ui'
 // import store from '@/store'
 // import { getToken } from '@/utils/auth'
 
-
+ 
 //自动打包、让内外网都能登陆的设置,但是npm run dev 后只能选localhost展示了
 //后端框架才需要这段——本地手动打包时可注释
 const DoMainString = document.querySelector("html").getAttribute("domain");

+ 1 - 1
src/views/workManagement/WorkTaskAssign.vue

@@ -1741,7 +1741,7 @@
          })
          
 
-         ajaxDataPost('/api/v1/ops/message_template/list?page=1&page_size=1000', { }).then(e => {
+         ajaxDataPost('/api/v1/ops/message_template/list?page=1&page_size=1000', { is_show:1}).then(e => {
            console.log("消息模板下拉:",e)
  
            //打印请求成功结果