Commit 1e784876 by 无尘

fix: 测试 刷新

parent 5686d5c7
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:47:17
* @LastEditors: 无尘
* @LastEditTime: 2020-12-01 17:34:07
* @LastEditTime: 2020-12-01 17:36:24
-->
<template>
<div class="common-app-right" style="padding: 20px 0;color: #303133">
......@@ -200,7 +200,7 @@ export default {
// 初始化表格
init() {
const that = this;
if (that.$store.state?.storeInfo.length) {
if (that.$store.state.storeInfo.length) {
that.form.storeName = JSON.parse(JSON.stringify(that.$store.state.storeInfo)).map(ele=>ele.storeName).join(',');
that.form.storeInfoIds = JSON.parse(JSON.stringify(that.$store.state.storeInfo)).map(ele=>ele.storeInfoId).join(',');
delete that.form.storeInfoId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment