'修改图片上传组件上传'
This commit is contained in:
@ -63,7 +63,7 @@ const init = (type, id,) => {
|
||||
};
|
||||
|
||||
function getDateById (id) {
|
||||
qcckPost({},`/mosty-base/baxx/jxda/getInfo/${id}`).then((res) => {
|
||||
qcckPost({},`/bagl/mosty-base/baxx/jxda/getInfo/${id}`).then((res) => {
|
||||
res.fj = res.fj ? JSON.parse(res.fj):[]
|
||||
listQuery.value = res || {};
|
||||
})
|
||||
|
||||
@ -97,6 +97,7 @@ import { qcckPost } from "@/api/qcckApi.js";
|
||||
import MyTable from '@/components/aboutTable/MyTable.vue';
|
||||
import { ref, computed, reactive, getCurrentInstance } from 'vue'
|
||||
import SelectPersonnelDialog from "./selectPersonnelDialog.vue";
|
||||
import { getItem } from "@/utils/storage";
|
||||
|
||||
const { proxy } = getCurrentInstance()
|
||||
const visible = ref(false)
|
||||
@ -200,10 +201,11 @@ const handleChange = (val) => {
|
||||
|
||||
// 获取授课教员
|
||||
const getCyryList = async () => {
|
||||
const userInfo = getItem('userInfo')
|
||||
const res = await qcckPost({
|
||||
pxgsid: "",
|
||||
pxgsid: userInfo?.pxgsid || '',
|
||||
gw: '04'
|
||||
}, `/mosty-base//baxx/cyry/list`)
|
||||
}, `bagl/mosty-base//baxx/cyry/list`)
|
||||
|
||||
if (res) {
|
||||
cyryList.value = res
|
||||
|
||||
Reference in New Issue
Block a user