修改查询字段,暂未完成接口对接。
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user