forked from integrated_whb/integrated_whb_vue
BUG 优化
parent
7b37c0fcf1
commit
258e02c2b6
|
@ -187,7 +187,6 @@ const removeContact = async (index, CUSTOMERCONTACT_ID) => {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
const fnSubmit = async () => {
|
||||
await useFormValidate(formRef);
|
||||
const formData = new FormData();
|
||||
|
|
|
@ -414,7 +414,6 @@ const fnGetData = async () => {
|
|||
data.form.CONFIRMINGPHONE = data.form.CONFIRM_PHONE;
|
||||
data.form.STARTADMINISTRATIVEAREA = data.form.DEPARTURE_ADDR;
|
||||
data.form.ENDDMINISTRATIVEAREA = data.form.GOAL_ADDR;
|
||||
console.log(data.form);
|
||||
};
|
||||
fnGetData();
|
||||
const fnClientChange = () => {
|
||||
|
@ -554,7 +553,7 @@ fnCustomerType();
|
|||
const fnLocation = async () => {
|
||||
const res = await getTrafficLocationSelectList();
|
||||
const varList = res.varList || [];
|
||||
|
||||
console.log(res);
|
||||
const StartOptionstMap = new Map();
|
||||
varList.forEach((item) => {
|
||||
if (item.LOCATIONTYPE === "1") {
|
||||
|
|
Loading…
Reference in New Issue