提交 ce00fe27 authored 作者: 刘旭's avatar 刘旭

优化

上级 507b2ba5
......@@ -16,10 +16,10 @@ server {
}
location /admin {
proxy_pass http://yongxingda:83;
proxy_pass http://yonxingda-system ;
}
location /wx {
proxy_pass http://yongxingda:83;
proxy_pass http://yonxingda-system ;
}
}
\ No newline at end of file
......@@ -514,9 +514,10 @@ let handleSpecificationEdit = (row: any, index: number) => {
let dictItemList = ref()
let dictName = ref()
let dictValue = ref()
let dictSwitch = ref(false)
let dictTableIndex = ref()
let dictTableIndexSwitch = ref(false)
let dictSwitch = ref(false) // table swith
let dictTableIndex = ref() // 点击编辑table index
let dictTableIndexSwitch = ref(false) // 点击编辑table swith值
let dictChange = (id: any) => {
specForm.value.value = ''
getDictItemList({ dictId: id }).then((res: any) => {
......
......@@ -64,6 +64,7 @@ import { reactive, ref, watch } from 'vue'
import { ElMessageBox } from 'element-plus';
import { addUser, getUserInfo, editUser, deleteUser, getAllRole, findRoleByUser } from '@/services/api/user/userAPI'
import moment from 'moment';
import pagination from '@/components/pagination/index.vue'
const tableColumn = reactive([
{
label: '用户账号',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论