瀏覽代碼

task 银农直联 资金申请审批bug修改

rongxin_test
QI_YUJIE 10 月之前
父節點
當前提交
f9d0eee602
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      src/views/yinnong/bankAgriculture/cashExpense/cashExpenseApproval.vue

+ 3
- 1
src/views/yinnong/bankAgriculture/cashExpense/cashExpenseApproval.vue 查看文件

@@ -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) {


Loading…
取消
儲存