Bläddra i källkod

11482-【CR】【投资系统】增加审批流程-可申请的项目信息查询bug

hxy 3 veckor sedan
förälder
incheckning
f00454e593

+ 3 - 1
ruoyi-ui/src/views/project/approval/projectItem.vue

@@ -163,6 +163,7 @@ export default {
       single: true,
       // 非多个禁用
       multiple: true,
+      isWatch:false,
     };
   },
    computed: {
@@ -179,6 +180,7 @@ export default {
       this.projectItemTotal=0;
       // 重新请求接口获取最新数据
       this.getList(isWatch);
+      this.isWatch=isWatch;
     },
     clickRow(row) {
       this.$refs.dataTable.toggleRowSelection(row);
@@ -243,7 +245,7 @@ export default {
     /** 搜索按钮操作 */
     handleQuery() {
       this.projectQueryParams.pageNum = 1;
-      this.getList();
+      this.getList(this.isWatch);
     },
     /** 重置按钮操作 */
     resetQuery() {

+ 3 - 1
ruoyi-ui/src/views/project/decision/projectItem.vue

@@ -163,6 +163,7 @@ export default {
       single: true,
       // 非多个禁用
       multiple: true,
+      isWatch:false,
     };
   },
    computed: {
@@ -179,6 +180,7 @@ export default {
       this.projectItemTotal=0;
       // 重新请求接口获取最新数据
       this.getList(isWatch);
+      this.isWatch=isWatch;
     },
     clickRow(row) {
       this.$refs.dataTable.toggleRowSelection(row);
@@ -243,7 +245,7 @@ export default {
     /** 搜索按钮操作 */
     handleQuery() {
       this.projectQueryParams.pageNum = 1;
-      this.getList();
+      this.getList(this.isWatch);
     },
     /** 重置按钮操作 */
     resetQuery() {

+ 3 - 1
ruoyi-ui/src/views/project/investigate/projectItem.vue

@@ -163,6 +163,7 @@ export default {
       single: true,
       // 非多个禁用
       multiple: true,
+      isWatch:false,
     };
   },
    computed: {
@@ -179,6 +180,7 @@ export default {
       this.projectItemTotal=0;
       // 重新请求接口获取最新数据
       this.getList(isWatch);
+      this.isWatch=isWatch;
     },
     clickRow(row) {
       this.$refs.dataTable.toggleRowSelection(row);
@@ -243,7 +245,7 @@ export default {
     /** 搜索按钮操作 */
     handleQuery() {
       this.projectQueryParams.pageNum = 1;
-      this.getList();
+      this.getList(this.isWatch);
     },
     /** 重置按钮操作 */
     resetQuery() {

+ 1 - 1
ruoyi-ui/src/views/project/meetingList.vue

@@ -1416,7 +1416,7 @@ export default {
         this.otherFileListTJApply = [];
       }
     },
-    // 获取公司信息
+    // 获取项目信息
     getProjectInfo(info) {
       if (info.length > 0) {
         this.form.projectPoolId = info[0].id;

+ 3 - 1
ruoyi-ui/src/views/project/termination/projectItem.vue

@@ -187,6 +187,7 @@ export default {
       single: true,
       // 非多个禁用
       multiple: true,
+      isWatch:false,
     };
   },
    computed: {
@@ -203,6 +204,7 @@ export default {
       this.projectItemTotal=0;
       // 重新请求接口获取最新数据
       this.getList(isWatch);
+      this.isWatch=isWatch;
     },
     clickRow(row) {
       this.$refs.dataTable.toggleRowSelection(row);
@@ -267,7 +269,7 @@ export default {
     /** 搜索按钮操作 */
     handleQuery() {
       this.projectQueryParams.pageNum = 1;
-      this.getList();
+      this.getList(this.isWatch);
     },
     /** 重置按钮操作 */
     resetQuery() {