feat: There is no way the, 56789 流程发起页面,选择企业标准,制修订类型查询条件查不出来数据
This commit is contained in:
@@ -226,8 +226,9 @@
|
||||
</el-form-item>
|
||||
<el-form-item label="制修订类型" class="search-item search-item-last">
|
||||
<el-select :disabled="disabledXX" v-model="standardSearch.reviseStatus" placeholder="请选择制修订类型">
|
||||
<el-option label="制定" value="制定"></el-option>
|
||||
<el-option label="修订" value="修订"></el-option>
|
||||
<el-option label="请选择" value=""></el-option>
|
||||
<el-option label="制定" value="1"></el-option>
|
||||
<el-option label="修订" value="2"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item class="search-item btn-box">
|
||||
@@ -323,6 +324,7 @@
|
||||
label="起草责任单位">
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<loading :loading="replaceLoading">{{$t('m.dataAcquisition')}}</loading>
|
||||
</div>
|
||||
<pagination
|
||||
:page="page"
|
||||
@@ -583,6 +585,7 @@ export default {
|
||||
data(){
|
||||
return {
|
||||
disabledXX:!!this.$route.query.disabledXX,
|
||||
replaceLoading:false,
|
||||
formLoading:false,
|
||||
workModel: false,
|
||||
workSearch: {
|
||||
@@ -1074,6 +1077,7 @@ export default {
|
||||
},
|
||||
//企业标准查询
|
||||
getStandDataBtn(){
|
||||
this.replaceLoading = true
|
||||
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
|
||||
reviseStatus: this.standardSearch.reviseStatus || '',
|
||||
esName: this.standardSearch.standName,
|
||||
@@ -1091,6 +1095,7 @@ export default {
|
||||
}
|
||||
})
|
||||
this.total = this.standinfoList.length
|
||||
this.replaceLoading = false
|
||||
})
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user