修改查询字段,暂未完成接口对接。

This commit is contained in:
monanxiao
2024-10-22 17:58:57 +08:00
parent 7e255d6a66
commit 9d099007c6
2 changed files with 12 additions and 3 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ const errorCode = {
default: "系统未知错误,请反馈给管理员",
};
// const url = "https://repair.cpolar.top"; // 开发地址
const url = "https://repair.cpolar.top"; // 开发地址
// const url = "https://xcx.cqcxj.cn"; // 正式地址
const url = "https://cqjql.scdswj.cn:9443"; // 临时地址n
// const url = "https://cqjql.scdswj.cn:9443"; // 临时地址n
const service = axios.create({
baseURL: url,
+10 -1
View File
@@ -324,9 +324,18 @@ const total = ref(0)
const searchName = ref('');
const drawer = ref(false)
const queryData = ref({
keyWord: '',
goodsName: '',
orderId: '',
amount: '',
username: '',
surveyorsName: '',
repairerName: '',
year: '',
month: '',
day: '',
page: 1,
size: 10,
current: 1,
})
const formSearch = ref({