更新模块

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

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2020-12-29 16:37:56
* @LastEditors: zhp
* @LastEditTime: 2023-05-22 15:24:00
* @LastEditTime: 2023-06-20 15:36:04
* @remark: 报废原因--新增
-->
<template>
@@ -186,7 +186,7 @@ export default {
.catch(() => { });
} else if (val.type === 'edit') {
this.addOrUpdateVisible = true
this.addOrEditTitle = ' 修改'
this.addOrEditTitle = this.$t('edit')
this.$nextTick(() => {
this.$refs.addOrUpdate.init(val.data.id)
});