修改路径

master
Qin Dong Ming 2024-08-23 11:23:12 +08:00
parent b704765af4
commit eeaac843f4
1 changed files with 2 additions and 0 deletions

View File

@ -183,9 +183,11 @@ export default {
//",
methods: {
insert(){
this.dialogFormVisible = true
insert(this.engine).then(res =>{
this.$message.success(res.msg || "添加成功")
})
this.engine = {}
},
findSelectSourceList(){
selectEngineList().then(res=>{