|
@@ -254,7 +254,7 @@ const config = computed(() => {
|
|
|
});
|
|
|
let formData = reactive({
|
|
|
data: {
|
|
|
- type: "1",
|
|
|
+ type: "sales",
|
|
|
},
|
|
|
});
|
|
|
const formOption = reactive({
|
|
@@ -359,7 +359,7 @@ const openModal = () => {
|
|
|
modalType.value = "add";
|
|
|
fileList.value = [];
|
|
|
formData.data = {
|
|
|
- type: "1",
|
|
|
+ type: "sales",
|
|
|
countryId: "China",
|
|
|
};
|
|
|
getCityData(formData.data.countryId, "20");
|