|
@@ -40,16 +40,16 @@ const listPageData = reactive({
|
|
|
prop: 'businessManagementId',
|
|
|
type: 'cascader',
|
|
|
isSearch: true,
|
|
|
- tableProp: 'projectName',
|
|
|
+ tableProp: 'businessTierName',
|
|
|
options: options,
|
|
|
props: { label: 'businessName', value: 'id', checkStrictly: true },
|
|
|
|
|
|
|
|
|
},
|
|
|
- {
|
|
|
- label: '项目类别',
|
|
|
- prop: 'projectTypeName',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // label: '项目类别',
|
|
|
+ // prop: 'projectTypeName',
|
|
|
+ // },
|
|
|
// {
|
|
|
// label: '科目',
|
|
|
// prop: 'projectTypeName',
|
|
@@ -294,7 +294,7 @@ const submitForm = async (parmas) => {
|
|
|
appStatus: parmas.appStatus,
|
|
|
rejectReason: parmas.rejectReason
|
|
|
})
|
|
|
- if (up_res.code === 200) {
|
|
|
+ if (res.code === 200) {
|
|
|
proxy.$modal.msgSuccess("审核成功");
|
|
|
return;
|
|
|
}
|