模块更新

This commit is contained in:
‘937886381’
2023-05-24 16:40:29 +08:00
65 changed files with 13636 additions and 7607 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2023-01-11 09:24:58
* @LastEditTime: 2023-04-04 16:21:38
* @LastEditTime: 2023-05-24 15:54:07
* @LastEditors: zhp
* @Description:
-->
@@ -182,7 +182,8 @@ export default {
})
.catch(() => { });
} else if (val.type === 'edit') {
this.addOrUpdateVisible = true;
this.addOrUpdateVisible = true
this.addOrEditTitle = this.$t('edit')
this.$nextTick(() => {
this.$refs.addOrUpdate.init(val.data.id);
});
@@ -199,7 +200,7 @@ export default {
this.getDataList();
break;
case "add":
this.addOrEditTitle = '新增'
this.addOrEditTitle = this.$t('add')
this.addOrUpdateVisible = true;
this.addOrUpdateHandle()
break;