| | |
| | | <!-- 店铺描述 --> |
| | | <el-form-item class="optionItem" label="店铺描述:" prop="storedesc"> |
| | | <el-input type="textarea" :autosize="{ minRows: 2, maxRows: 4}" maxlength="300" show-word-limit |
| | | v-model="store.storedesc" placeholder="输入部门描述"></el-input> |
| | | v-model="store.storedesc" placeholder="输入店铺描述"></el-input> |
| | | <!-- <el-input type="textarea" v-model="user.storedesc" placeholder="输入部门描述"></el-input> --> |
| | | </el-form-item> |
| | | <!-- 联系方式 --> |
| | |
| | | } |
| | | }, |
| | | created() { |
| | | const that = this; |
| | | this.getCodeList(); |
| | | }, |
| | | methods: { |
| | | handleUser() { |
| | |
| | | }, |
| | | handleBack(){ |
| | | this.$emit('sendDialog',{flag:false}) |
| | | }, |
| | | // 获取字典 |
| | | getCodeList(){ |
| | | this.$axios({ |
| | | method:'get', |
| | | url:'sccg/dict/queryByCode?code='+"03" |
| | | }) |
| | | .then(res=>{ |
| | | console.log(res); |
| | | }) |
| | | } |
| | | }, |
| | | props: ['sendDialog'] |