使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
zhangzl
/
nsgk_mobile
关注
2
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
task 银农手机端待办事项列表问题修改
rongxin_dev
庞东旭
8 个月前
父节点
9b8467de2b
当前提交
c9700d8352
共有
2 个文件被更改
,包括
3 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+2
-1
src/views/yinnong/doneCompleted/completedNew.vue
+1
-1
src/views/yinnong/doneCompleted/doneNew.vue
+ 2
- 1
src/views/yinnong/doneCompleted/completedNew.vue
查看文件
@@ -87,7 +87,7 @@
electronicSignature:"",
queryParams: {
pageNum: 1,
pageSize:
5
,
pageSize:
10
,
systemType: null,
deptId: null,
},
@@ -142,6 +142,7 @@
if(this.activityBusinessTypeOptions){
this.activityBusinessTypeOptions.map(t => {
if(t.dictValue === res.businessType){
console.log('aaaaa')
res.businessType = t.dictLabel
this.taskList.push(res)
}
+ 1
- 1
src/views/yinnong/doneCompleted/doneNew.vue
查看文件
@@ -82,7 +82,7 @@
total:0,
queryParams: {
pageNum: 1,
pageSize:
5
,
pageSize:
10
,
},
activityBusinessTypeOptions:[],
images:['../../../../static/images/yinnong/banner_02.jpg'],
撰写
预览
正在加载...
取消
保存