This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
task 银农直联 资金申请审批bug修改
rongxin_test
QI_YUJIE
10 months ago
parent
feea9dfd47
commit
f9d0eee602
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/views/yinnong/bankAgriculture/cashExpense/cashExpenseApproval.vue
+ 3
- 1
src/views/yinnong/bankAgriculture/cashExpense/cashExpenseApproval.vue
View File
@@ -147,7 +147,9 @@ export default {
listTemplate({ type: '10' }).then(response => {
this.templateList = response.rows;
});
this.getDetail();
setTimeout(() => {
this.getDetail();
}, 500);
},
watch: {
pass: function (val) {
Write
Preview
Loading…
Cancel
Save