|
@@ -163,6 +163,8 @@ export default {
|
|
},
|
|
},
|
|
pageInit () {
|
|
pageInit () {
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
|
+ this.attachList = []
|
|
|
|
+ this.form.expenseAccountFilesList = ''
|
|
this.$refs.attachList.setFileList('')
|
|
this.$refs.attachList.setFileList('')
|
|
this.$refs.ruleForm.resetFields()
|
|
this.$refs.ruleForm.resetFields()
|
|
if (this.expenseAccountSn) { // 编辑页
|
|
if (this.expenseAccountSn) { // 编辑页
|