Merge branch 'master' into wxy

This commit is contained in:
springlog
2024-09-16 14:40:43 +00:00
2 changed files with 2 additions and 0 deletions

View File

@@ -264,6 +264,7 @@ const getDetail = (row) => {
getConfigDetails(row.configId,extraConfigType.value).then(res => {
if (res.code === 1000) {
ElMessage.success(res.msg)
res.data.configType=''+res.data.configType
nextTick(() => {
formDialogRef.value.getFormInstance().setValues(res.data)
// 清空校验

View File

@@ -264,6 +264,7 @@ const getDetail = (row) => {
getConfigDetails(row.configId,extraConfigType.value).then(res => {
if (res.code === 1000) {
ElMessage.success(res.msg)
res.data.configType=''+res.data.configType
nextTick(() => {
formDialogRef.value.getFormInstance().setValues(res.data)
// 清空校验