|
@@ -563,7 +563,6 @@ import {ElMessage, ElMessageBox} from "element-plus";
|
|
|
import complexRequestParams from './complex-params.vue'
|
|
|
import formatRuleDict from './format-rule-dict.vue'
|
|
|
import {outsideServiceFindById, outsideServiceSaveOrUpdate} from "@/api/modules/manage/service";
|
|
|
-import { v4 } from "uuid";
|
|
|
|
|
|
const emit = defineEmits(['update:show', 'refresh'])
|
|
|
const {proxy} = getCurrentInstance()
|
|
@@ -854,7 +853,7 @@ const initDetail = () => {
|
|
|
}
|
|
|
if (props.transfer.mode === 'copy') {
|
|
|
state.form.id = ''
|
|
|
- state.form.serviceName = v4()
|
|
|
+ state.form.serviceName = ''
|
|
|
}
|
|
|
state.loading = false
|
|
|
})
|