Browse Source

reactor:特提待审批 只查询待审批的状态的数据;

zhangchong 11 months ago
parent
commit
6479336dcb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/business/special/audit.vue

+ 1 - 0
src/views/business/special/audit.vue

@@ -101,6 +101,7 @@ const state = reactive({
 		PageIndex: 1,
 		PageIndex: 1,
 		PageSize: 10,
 		PageSize: 10,
 		Keyword: null, // 关键字
 		Keyword: null, // 关键字
+    State:0 , // 审核结果 0 待审核 1 审核通过 2 审核不通过
 	},
 	},
 	tableData: [], //表单
 	tableData: [], //表单
 	loading: false, // 加载
 	loading: false, // 加载