|
@@ -124,12 +124,12 @@ const imgUrl = ref("");
|
|
|
const options = ref([]);
|
|
|
const getUrlOption = async () => {
|
|
|
const data = await getJYQZ({
|
|
|
- pageNo: 1,
|
|
|
+ /*pageNo: 1,
|
|
|
pageSize: 999,
|
|
|
- signUser: userStore.user.username,
|
|
|
+ /!*signUser: userStore.user.username,*!/*/
|
|
|
signatureType: "3",
|
|
|
});
|
|
|
- options.value = data.data.records;
|
|
|
+ options.value = data.data;
|
|
|
};
|
|
|
const addImg = () => {
|
|
|
if (
|