学校登录可按条件查询,修复brand删除后更新错误

This commit is contained in:
X1627315083
2025-09-22 16:51:31 +08:00
parent 82f6fd11a0
commit 721143c7f9
10 changed files with 52 additions and 26 deletions

View File

@@ -175,6 +175,7 @@ export default defineComponent({
isNoData:false,//如果数据为空就不加载
isNull:true,
finishTime:'',
upLoadList:0,
})
const dataDom = reactive({
Cropper:null as any,
@@ -412,9 +413,7 @@ export default defineComponent({
}
const confirmDeletePic = (value:any,index:any,nData:any)=>{
data.currentPage = 0
data.isNoData = false
data.isNull = false
data.isShowMark = false
let libraryIds = value ? [value.id] : data.selectImgList
let newData = {
libraryIds:libraryIds,
@@ -426,6 +425,9 @@ export default defineComponent({
(rv: any) => {
dataDom.fall.clearData()
data.selectImgList = []
data.isNoData = false
data.isShowMark = false
// data.upLoadList++
// getLibraryList()
}
).catch((res)=>{