Browse Source

修改默认查询状态

humingbo 1 year ago
parent
commit
686d8762d5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/enforceflow/enforceflow.vue

+ 3 - 2
src/views/enforceflow/enforceflow.vue

@@ -92,7 +92,8 @@
           <el-button size="mini" v-if="scope.row.status!==0 && scope.row.act.id!==undefined" type="primary"
                      @click="enforceFlowDealWin(scope.row)">流程处理
           </el-button>
-          <el-button size="mini" type="success" v-hasPermi="['s:s:query']" v-if="scope.row.status!==0" @click="openEnforceManageDialog(scope.row)">
+          <!--v-hasPermi="['s:s:query']"-->
+          <el-button size="mini" type="success"  v-if="scope.row.status!==0" @click="openEnforceManageDialog(scope.row)">
             查看详情
           </el-button>
           <el-button size="mini" v-show="false" v-if="scope.row.status!==0" type="primary"
@@ -725,7 +726,7 @@ export default {
         name: null,
         hname: null,
         hsytem: null,
-        status: null
+        status: '1'
 
       },
       editForm: {