Explorar el Código

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

rongxin_test
QI_YUJIE hace 10 meses
padre
commit
f9d0eee602
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      src/views/yinnong/bankAgriculture/cashExpense/cashExpenseApproval.vue

+ 3
- 1
src/views/yinnong/bankAgriculture/cashExpense/cashExpenseApproval.vue Ver fichero

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


Cargando…
Cancelar
Guardar