BUG 11
This commit is contained in:
@@ -69,7 +69,12 @@ export default {
|
||||
},
|
||||
handleDetail(item) {
|
||||
const {taskId, taskDetailId} = item
|
||||
uni.navigateTo({url: this.$qs.stringifyUrl({url: "./rsDetail", query: {taskId, taskDetailId,approve:+(this.search.type==2)}})})
|
||||
uni.navigateTo({
|
||||
url: this.$qs.stringifyUrl({
|
||||
url: "./rsDetail",
|
||||
query: {taskId, taskDetailId, approve: +(this.search.type == 2 && item.examineStatus == "0")}//当是带我审批且审批状态为待审批的时候才能出现审批评分按钮
|
||||
})
|
||||
})
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user