This commit is contained in:
@fawn-nine
2024-09-26 15:43:57 +08:00
parent 86a1f754c2
commit b2221666e1
13 changed files with 132 additions and 73 deletions

View File

@@ -99,6 +99,7 @@
<script>
import $http from '@/config/requestConfig.js';
import permission from "@/js_sdk/wa-permission/permission.js"
import debounce from "@/common/debounce.js";
import {
mapState,
mapMutations
@@ -368,6 +369,7 @@
this.fileList2.splice(event.index, 1)
},
async onSubmit() {
debounce(async () => {
this.$refs.form.validate().then(async res => {
let data = await this.getHtml();
var _data = data.html.replace(/<.*?>/g, "")
@@ -448,6 +450,7 @@
icon: 'none'
})
})
},300)
}
},
//页面隐藏