更新模块

This commit is contained in:
‘937886381’
2023-06-21 16:56:28 +08:00
parent 52ad4588d3
commit 9ebd455859
139 changed files with 26302 additions and 196 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2023-04-17 14:23:17
* @LastEditTime: 2023-04-18 16:11:41
* @LastEditTime: 2023-06-20 15:38:27
* @LastEditors: zhp
* @Description:
-->
@@ -350,8 +350,8 @@ export default {
})
.catch(() => { });
} else if (val.type === 'edit') {
this.addOrEditTitle = '修改'
this.addOrUpdateVisible = true;
this.addOrUpdateVisible = true
this.addOrEditTitle = this.$t('edit')
this.$nextTick(() => {
this.$refs.addOrUpdate.init(val.data.id);
});