按钮loading-手机端-标准入库流程
This commit is contained in:
@@ -424,7 +424,7 @@
|
||||
show-submit2
|
||||
show-transfer
|
||||
:submitLoading="isSubmit"
|
||||
:saveLoading="saveLoading"
|
||||
:saveLoading="isSubmit"
|
||||
@transfer="handleTransfer"
|
||||
@submit2="handle2"
|
||||
@over2="handle1"
|
||||
@@ -661,6 +661,7 @@ export default {
|
||||
},
|
||||
checkedRole(data) {
|
||||
this.assigneeNewLoading = true
|
||||
this.isSubmit = true
|
||||
changeAssigneeNew({
|
||||
taskId: this.$route.query.taskIds, // 任务id
|
||||
userId: this.$store.getters.userInfo.account, // 委托人
|
||||
@@ -679,6 +680,8 @@ export default {
|
||||
} else {
|
||||
this.$message.warning(res.message)
|
||||
}
|
||||
}).finally(() => {
|
||||
this.isSubmit = false
|
||||
})
|
||||
},
|
||||
downloadFileNew(attId) {
|
||||
|
||||
Reference in New Issue
Block a user