更
This commit is contained in:
@ -36,7 +36,7 @@ const formList = reactive([
|
||||
{ label: "视频标题", prop: "spbt", type: "input" },
|
||||
],
|
||||
[
|
||||
{ label: "附件", prop: "fjid", type: "upload"},
|
||||
{ label: "附件", prop: "fjid", type: "upload",isImg:false,showBtn:true,limit:2 },
|
||||
],
|
||||
])
|
||||
|
||||
@ -65,6 +65,7 @@ const save = () => {
|
||||
}
|
||||
const close = () => {
|
||||
dialogForm.value = false;
|
||||
listQuery.value.fjid = []
|
||||
FormRef.value.reset()
|
||||
};;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user