update maintain

This commit is contained in:
lb
2024-02-20 14:38:55 +08:00
parent 564a4a42d2
commit 8ca1ef5624
6 changed files with 171 additions and 205 deletions

View File

@@ -360,8 +360,9 @@ export default {
promiseList.push(async () => {
const response = await this.$axios(opt.url, {
method: opt.method ?? 'get',
// data: opt.method == 'post' ? opt.queryParams : null
});
console.log('[dialogForm:handleOptions:response]', response);
// console.log('[dialogForm:handleOptions:response]', response);
if (opt.select) {
// 处理下拉框选项
const list =