mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
no message
This commit is contained in:
parent
1f0ab02702
commit
40736c4a05
@ -140,6 +140,10 @@ class RequestContext
|
|||||||
self::$context[$requestId] = array_merge(self::$context[$requestId], $data);
|
self::$context[$requestId] = array_merge(self::$context[$requestId], $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** ***************************************************************************************** */
|
||||||
|
/** ***************************************************************************************** */
|
||||||
|
/** ***************************************************************************************** */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 更新请求的基本URL
|
* 更新请求的基本URL
|
||||||
*
|
*
|
||||||
|
|||||||
@ -809,6 +809,8 @@ export default {
|
|||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs.more?.updatePopper()
|
this.$refs.more?.updatePopper()
|
||||||
})
|
})
|
||||||
|
}).catch(_ => {
|
||||||
|
// 获取图片失败
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -3274,7 +3274,11 @@ export default {
|
|||||||
// 取消文件上传
|
// 取消文件上传
|
||||||
const {file_uid, file_method} = this.operateItem
|
const {file_uid, file_method} = this.operateItem
|
||||||
if (file_method === "photo") {
|
if (file_method === "photo") {
|
||||||
await $A.eeuiAppCancelUploadPhoto(file_uid)
|
try {
|
||||||
|
await $A.eeuiAppCancelUploadPhoto(file_uid)
|
||||||
|
} catch (e) {
|
||||||
|
// 取消失败
|
||||||
|
}
|
||||||
this.forgetTempMsg(this.operateItem.id)
|
this.forgetTempMsg(this.operateItem.id)
|
||||||
return resolve();
|
return resolve();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 0ed743c24355aed405433b0de472b5f878fd3bab
|
Subproject commit 7979e0b577906aeb1ec1d56fca8725f167f0d8cd
|
||||||
Loading…
x
Reference in New Issue
Block a user