Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
zhangzl
/
nsgk_mobile
Segui
2
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
task 银农手机端待办事项列表问题修改
rongxin_dev
庞东旭
8 mesi fa
parent
9b8467de2b
commit
c9700d8352
2 ha cambiato i file
con
3 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file 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
Vedi File
@@ -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
Vedi File
@@ -82,7 +82,7 @@
total:0,
queryParams: {
pageNum: 1,
pageSize:
5
,
pageSize:
10
,
},
activityBusinessTypeOptions:[],
images:['../../../../static/images/yinnong/banner_02.jpg'],
Scrivi
Anteprima
Caricamento…
Annulla
Salva