Просмотр исходного кода

fix(noticeIssuance): 在文档查询中添加状态参数

liujt 2 месяцев назад
Родитель
Сommit
d21c352f25

+ 3 - 2
src/views/bpm/documents/noticeIssuance/components/documentDialog.vue

@@ -171,14 +171,15 @@
 
       /* 表格数据源 */
       datasource({ page, limit, where, order }) {
-        console.log('this.fileType~~~',this.fileType)
+        // console.log('this.fileType~~~',this.fileType)
         this.current = {};
-        return filePageV1API({
+        return filePageV1API({ 
           ...where,
           ...order,
           pageNum: page,
           size: limit,
           directoryId: this.curNodeData?.id,
+          status: 1
         });
       },
 

+ 2 - 2
vue.config.js

@@ -38,9 +38,9 @@ module.exports = {
         // target: 'http://124.71.68.31:50001', // 测试环境
         // target: 'http://124.71.68.31:50001',
         // target: 'http://192.168.1.105:18086',
-        target: 'http://192.168.1.3:18086',
+        // target: 'http://192.168.1.3:18086',
         // target: 'http://192.168.1.251:18186',
-        // target: 'http://192.168.1.251:18086',
+        target: 'http://192.168.1.251:18086',
         // target: 'http://192.168.1.3:18086',
         // target: 'http://aiot.zoomwin.com.cn:51001/api',
         // target: 'http://192.168.1.3:18086',