Merge remote-tracking branch 'origin/feature-20240104' into feature-20240104

master
382696293@qq.com 2 years ago
commit 3e70fb22e3

@ -190,7 +190,7 @@
<span v-show="scope.row.type == 3"></span>
<span v-show="scope.row.type == 4"></span>
<span v-show="scope.row.type == 5"></span>
<span v-show="scope.row.type == 5"></span>
<span v-show="scope.row.type == 6"></span>
</template>
</el-table-column>
<el-table-column
@ -822,7 +822,8 @@ export default {
updateBy: null,
updateTime: null,
}
this.resetForm('form')
this.resetForm('form');
this.$refs.upload.clearFiles();
},
/** 搜索按钮操作 */
handleQuery() {

@ -814,6 +814,7 @@ export default {
updateTime: null,
}
this.resetForm('form')
this.$refs.upload.clearFiles();
},
dateUtil(date) {
//

Loading…
Cancel
Save