baseUrl: process.env.VUE_APP_BASE_API, fileList: [], // file:null, }; }, computed: { // 是否顯示提示 showTip() { return this.isShowTip && (this.fileType || this.fileSize); }, }, watch: { value: { handler(val) { if (val) { // 1.將值轉(zhuǎn)為數(shù)組 const list = Array.isArr...
www.dbjr.com.cn/javascript/3138941...htm 2025-6-6