mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
审核中心全部数据
This commit is contained in:
@@ -756,10 +756,12 @@ export default {
|
|||||||
|
|
||||||
if(objA.status == 0){
|
if(objA.status == 0){
|
||||||
objA.approvalType = null; //全部数据
|
objA.approvalType = null; //全部数据
|
||||||
|
objA.status = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(objA.status == 3){ //审核通过
|
if(objA.status == 3){ //审核通过
|
||||||
objA.approvalType = 0
|
objA.approvalType = 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
queryTrainOrg(objA).then((res) => {
|
queryTrainOrg(objA).then((res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user