Browse Source

细节修改

master
aBin 5 years ago
parent
commit
a0ee8a3846
  1. 2
      src/components/Introduce/SettledModel.vue
  2. 4
      src/components/PlatformList/PlatformList.vue

2
src/components/Introduce/SettledModel.vue

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<a-button type="primary" @click="showModal"> 统计信息填报 </a-button> <a-button type="primary" @click="showModal"> 加入我们 </a-button>
<a-modal width="50%" :title="title" :visible="visible" :confirm-loading="confirmLoading" @ok="handleOk" @cancel="handleCancel"> <a-modal width="50%" :title="title" :visible="visible" :confirm-loading="confirmLoading" @ok="handleOk" @cancel="handleCancel">
<a-form :form="form" v-if="current === 0"> <a-form :form="form" v-if="current === 0">
<a-form-item :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol" label="公司名称" required> <a-form-item :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol" label="公司名称" required>

4
src/components/PlatformList/PlatformList.vue

@ -94,11 +94,11 @@ export default {
created() { created() {
this.current = this.shareCurrent; this.current = this.shareCurrent;
if (this.listState === 0) { if (this.listState === 0) {
this.getSear(); this.getProductLists();
} else if (this.listState === 1) { } else if (this.listState === 1) {
this.getSelI(); this.getSelI();
} else { } else {
this.getProductLists(); this.getSear();
} }
}, },
methods: { methods: {

Loading…
Cancel
Save