|
@@ -569,10 +569,10 @@
|
|
|
this.$api.doRequest('post', '/expenseInfo/editCollectionStatus',
|
|
|
that.detialData).then(res1 => {
|
|
|
if (res1.data.code == 200) {
|
|
|
- that.$api.msg('任务状态切换成功!')
|
|
|
- setTimeout(function() {
|
|
|
- uni.navigateBack();
|
|
|
- }, 2000);
|
|
|
+ // that.$api.msg('任务状态切换成功!')
|
|
|
+ // setTimeout(function() {
|
|
|
+ // uni.navigateBack();
|
|
|
+ // }, 2000);
|
|
|
}
|
|
|
})
|
|
|
}
|