02 2022 档案

摘要://重点 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 阅读(20) 评论(0) 推荐(0) 编辑
摘要:先使用正则判断输入的是数字还是中文,然后发送请求 <el-select v-model="model.cinemaIds" multiple filterable remote reserve-keyword placeholder="请输入影院名称" :remote-method="remoteM 阅读全文
posted @ 2022-02-15 09:35 喜欢Tb 阅读(45) 评论(0) 推荐(0) 编辑
摘要:生成二维码 npm安装:npm install vue-qr --save <template> <el-table :data="objList" style="width: 100%;margin-top:10px;" row-key="id" border > <el-table-column 阅读全文
posted @ 2022-02-11 10:28 喜欢Tb 阅读(11) 评论(0) 推荐(0) 编辑
摘要:main.js new Vue({ el:'#app', render: h => h(App), beforeCreate() { Vue.prototype.$bus = this //安装全局事件总线 }, }) 子组件 <button @click="sendStudentName">把学生 阅读全文
posted @ 2022-02-09 10:56 喜欢Tb 阅读(3) 评论(0) 推荐(0) 编辑
摘要:mixin.js export const hunhe = { methods: { showName(){ alert(this.name) } }, mounted() { console.log('你好啊!') }, } export const hunhe2 = { data() { ret 阅读全文
posted @ 2022-02-09 10:20 喜欢Tb 阅读(3) 评论(0) 推荐(0) 编辑

阅读目录(Content)

此页目录为空

点击右上角即可分享
微信分享提示