Compare commits
No commits in common. "95815f28aacd1d79713fd4a182e1be14c6707d02" and "322c1de51c74df35c6faa040155e1def2bc9d397" have entirely different histories.
95815f28aa
...
322c1de51c
|
@ -73,22 +73,6 @@
|
|||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="应用">
|
||||
<el-select
|
||||
class="filter-item"
|
||||
style="width: 200px"
|
||||
v-model="formInline.app"
|
||||
placeholder="请选择应用"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in application"
|
||||
:key="item.value"
|
||||
:label="item.label"
|
||||
:value="item.value"
|
||||
>
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" @click="$refs.oTable.reload()"
|
||||
>查询</el-button
|
||||
|
@ -162,17 +146,6 @@ export default {
|
|||
label: "云店分类",
|
||||
},
|
||||
],
|
||||
application: [
|
||||
{ label: "用户端", value: 1 },
|
||||
{
|
||||
label: "商家端",
|
||||
value: 2,
|
||||
},
|
||||
{
|
||||
label: "专员端",
|
||||
value: 3,
|
||||
},
|
||||
],
|
||||
};
|
||||
},
|
||||
created() {
|
||||
|
@ -180,7 +153,6 @@ export default {
|
|||
type: 0,
|
||||
ownerId: this.shopId,
|
||||
module: "shop",
|
||||
app: 1,
|
||||
};
|
||||
this.$nextTick(() => {
|
||||
this.$refs.oTable.reload();
|
||||
|
@ -231,8 +203,6 @@ export default {
|
|||
this.formInline = {
|
||||
type: 0,
|
||||
ownerId: this.shopId,
|
||||
module: "shop",
|
||||
app: 1,
|
||||
};
|
||||
this.$refs.oTable.reload();
|
||||
},
|
||||
|
|
|
@ -73,22 +73,6 @@
|
|||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="应用">
|
||||
<el-select
|
||||
class="filter-item"
|
||||
style="width: 200px"
|
||||
v-model="formInline.app"
|
||||
placeholder="请选择分类类型"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in application"
|
||||
:key="item.value"
|
||||
:label="item.label"
|
||||
:value="item.value"
|
||||
>
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" @click="$refs.oTable.reload()"
|
||||
>查询</el-button
|
||||
|
@ -162,17 +146,6 @@ export default {
|
|||
label: "云店分类",
|
||||
},
|
||||
],
|
||||
application: [
|
||||
{ label: "用户端", value: 1 },
|
||||
{
|
||||
label: "商家端",
|
||||
value: 2,
|
||||
},
|
||||
{
|
||||
label: "专员端",
|
||||
value: 3,
|
||||
},
|
||||
],
|
||||
};
|
||||
},
|
||||
created() {
|
||||
|
@ -180,7 +153,6 @@ export default {
|
|||
type: 0,
|
||||
targetId: this.shopId,
|
||||
position: "3",
|
||||
app: 1,
|
||||
};
|
||||
this.$nextTick(() => {
|
||||
this.$refs.oTable.reload();
|
||||
|
@ -231,8 +203,6 @@ export default {
|
|||
this.formInline = {
|
||||
type: 0,
|
||||
targetId: this.shopId,
|
||||
position: "3",
|
||||
app: 1,
|
||||
};
|
||||
this.$refs.oTable.reload();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue