交办时间年月日,整改时回显整改人
This commit is contained in:
@@ -14,7 +14,7 @@ const _easycom_u_icon = () => "../../uni_modules/uview-plus/components/u-icon/u-
|
||||
if (!Math) {
|
||||
(_easycom_u_navbar + _easycom_u_icon)();
|
||||
}
|
||||
const defaultAvatar = "https://ossweb-img.qq.com/images/lol/web201310/skin/big99008.jpg";
|
||||
const defaultAvatar = "/static/my/default_avater.png";
|
||||
const PLAN_INITIAL_SIZE = 4;
|
||||
const _sfc_main = {
|
||||
__name: "index",
|
||||
@@ -306,6 +306,12 @@ const _sfc_main = {
|
||||
if (item.deadline) {
|
||||
url += `&deadline=${encodeURIComponent(item.deadline)}`;
|
||||
}
|
||||
if (item.assigneeId) {
|
||||
url += `&assigneeId=${item.assigneeId}`;
|
||||
}
|
||||
if (item.assigneeName) {
|
||||
url += `&assigneeName=${encodeURIComponent(item.assigneeName)}`;
|
||||
}
|
||||
common_vendor.index.navigateTo({ url });
|
||||
};
|
||||
const goAcceptance = (item) => {
|
||||
|
||||
Reference in New Issue
Block a user