07 2022 档案
摘要:>>HTML<< <el-dialog :visible.sync="show" @close="resetForm" > xxxxx </el-dialog> 在关闭dialog的回调函数里面加入 >>JS<<resetForm() { this.show = false Object.assig
阅读全文
摘要:HTML部分<el-form ref="form" :model="form" :rules="rules"> <el-table :data="form.list" > <el-table-column label="转出数量" > <template slot-scope="scope"> <e
阅读全文
摘要:<el-select :ref="scope.row.id" v-model="scope.row.supplierId" @change="dialogTipFn(scope.row)" > <el-option v-for="item in supplierList" :key="item.id
阅读全文
浙公网安备 33010602011771号