02 2022 档案
摘要://重点 let newdata = new FormData(); newdata.append('qrCode', this.model.qrCode); newdata.append('type', this.model.type); newdata.append('uploadType',
阅读全文
摘要:先使用正则判断输入的是数字还是中文,然后发送请求 <el-select v-model="model.cinemaIds" multiple filterable remote reserve-keyword placeholder="请输入影院名称" :remote-method="remoteM
阅读全文
摘要:生成二维码 npm安装:npm install vue-qr --save <template> <el-table :data="objList" style="width: 100%;margin-top:10px;" row-key="id" border > <el-table-column
阅读全文
摘要:main.js new Vue({ el:'#app', render: h => h(App), beforeCreate() { Vue.prototype.$bus = this //安装全局事件总线 }, }) 子组件 <button @click="sendStudentName">把学生
阅读全文
摘要:mixin.js export const hunhe = { methods: { showName(){ alert(this.name) } }, mounted() { console.log('你好啊!') }, } export const hunhe2 = { data() { ret
阅读全文
阅读目录(Content)
此页目录为空