Merge pull request 'master' (#89) from master into test

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/89
This commit is contained in:
2024-09-16 14:00:33 +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)
// 清空校验