详情页分页
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item label="责任部门" class="search-item" prop="responseUnit">
|
||||
<el-input
|
||||
v-model="standardForm.responseUnit"
|
||||
v-model="standardForm.zrbm"
|
||||
placeholder="请输入责任部门"
|
||||
>
|
||||
</el-input>
|
||||
@@ -284,20 +284,11 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="责任部门">
|
||||
<el-select
|
||||
class="showBox"
|
||||
v-model="standardFormList.zrbm"
|
||||
placeholder="请选择"
|
||||
filterable
|
||||
size="small"
|
||||
<el-input
|
||||
v-model="standardForm.zrbm"
|
||||
placeholder="请输入责任部门"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in zrbmOptions"
|
||||
:value="item.value"
|
||||
:key="item.value"
|
||||
:label="item.label"
|
||||
/>
|
||||
</el-select>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="适用产品线">
|
||||
<el-select
|
||||
@@ -668,11 +659,11 @@ export default {
|
||||
},
|
||||
pageChange(page) {
|
||||
this.standardForm.page = page;
|
||||
// this.selectInfobyAccid();
|
||||
this.selectInfobyAccid();
|
||||
},
|
||||
pageSizeChange(pageSize) {
|
||||
this.standardForm.Size = this.$store.getters.userInfo.configContent;
|
||||
// this.selectInfobyAccid();
|
||||
this.selectInfobyAccid();
|
||||
},
|
||||
// 请求部门结构树
|
||||
getOrgTreeSource() {
|
||||
|
||||
Reference in New Issue
Block a user