摘要: //重点 let newdata = new FormData(); newdata.append('qrCode', this.model.qrCode); newdata.append('type', this.model.type); newdata.append('uploadType', 阅读全文
posted @ 2022-02-15 09:38 喜欢Tb 阅读(29) 评论(0) 推荐(0)
摘要: 先使用正则判断输入的是数字还是中文,然后发送请求 <el-select v-model="model.cinemaIds" multiple filterable remote reserve-keyword placeholder="请输入影院名称" :remote-method="remoteM 阅读全文
posted @ 2022-02-15 09:35 喜欢Tb 阅读(82) 评论(0) 推荐(0)