修改
This commit is contained in:
parent
6fbeaf0cb4
commit
6661b1d2e2
@ -144,7 +144,7 @@ export default {
|
||||
this.queryParams.departmentId = item.itemid
|
||||
this.queryParams.departmentName = item.itemName
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
@ -182,7 +182,7 @@ export default {
|
||||
resetQuery() {
|
||||
this.$refs.DepartmentList.resetQuery()
|
||||
this.resetForm("queryForm");
|
||||
this.handleQuery();
|
||||
// this.handleQuery();
|
||||
},
|
||||
// 多选框选中数据
|
||||
handleSelectionChange(selection) {
|
||||
|
||||
@ -35,14 +35,7 @@
|
||||
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd"
|
||||
:disabled="queryParams.hospitalAgencyId ? false : true"
|
||||
v-hasPermi="['manage:template:add']">新增短信模版</el-button>
|
||||
<el-button
|
||||
type="warning"
|
||||
plain
|
||||
icon="el-icon-upload2"
|
||||
size="mini"
|
||||
@click="handleUpload"
|
||||
>导入</el-button
|
||||
>
|
||||
<el-button type="warning" plain icon="el-icon-upload2" size="mini" @click="handleUpload">导入</el-button>
|
||||
|
||||
</el-col>
|
||||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
@ -137,8 +130,7 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="短信排序" prop="textMessageSort">
|
||||
<el-input-number v-model="form.textMessageSort" controls-position="right" :min="0" placeholder="请输入短信排序"
|
||||
/>
|
||||
<el-input-number v-model="form.textMessageSort" controls-position="right" :min="0" placeholder="请输入短信排序" />
|
||||
</el-form-item>
|
||||
<el-form-item label="适用任务类型" prop="suitTaskTypeIds">
|
||||
<el-select v-model="form.suitTaskTypeIds" placeholder="请选择适用任务类型" multiple style="width:206px">
|
||||
@ -213,13 +205,7 @@
|
||||
:indexFromWrap="querydisease.pageNum" @updateCPage="updateCPagethree"></myPagination>
|
||||
</el-dialog>
|
||||
<!-- 导入弹框 -->
|
||||
<el-dialog
|
||||
title=""
|
||||
:visible.sync="innerexport"
|
||||
width="1000px"
|
||||
append-to-body
|
||||
:before-close="exportcancel"
|
||||
>
|
||||
<el-dialog title="" :visible.sync="innerexport" width="1000px" append-to-body :before-close="exportcancel">
|
||||
<messageexport @submit="submit" ref="childComponent"></messageexport>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button type="primary" @click="submitexport">确 定</el-button>
|
||||
@ -408,7 +394,7 @@ export default {
|
||||
this.departmentName = item.itemName
|
||||
this.informationqueryParams.hospitalAgencyId = item.hospitalAgencyId
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
@ -674,6 +660,7 @@ export default {
|
||||
width: 533px !important;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
::v-deep .el-dialog__body {
|
||||
padding-bottom: 60px !important;
|
||||
}
|
||||
|
||||
@ -1061,7 +1061,7 @@ export default {
|
||||
this.departmentName = item.itemName
|
||||
this.informationqueryParams.hospitalAgencyId = item.hospitalAgencyId
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
@ -507,7 +507,7 @@ export default {
|
||||
this.departmentName = item.itemName
|
||||
this.informationqueryParams.hospitalAgencyId = item.hospitalAgencyId
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
@ -547,7 +547,7 @@ export default {
|
||||
this.departmentName = item.itemName
|
||||
this.informationqueryParams.hospitalAgencyId = item.hospitalAgencyId
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
@ -414,7 +414,7 @@ export default {
|
||||
this.departmentName = item.itemName
|
||||
this.informationqueryParams.hospitalAgencyId = item.hospitalAgencyId
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
@ -366,7 +366,7 @@ export default {
|
||||
this.departmentName = item.itemName
|
||||
this.informationqueryParams.hospitalAgencyId = item.hospitalAgencyId
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
@ -145,7 +145,7 @@ export default {
|
||||
this.queryParams.departmentId = item.itemid
|
||||
this.queryParams.departmentName = item.itemName
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
@ -150,7 +150,7 @@ export default {
|
||||
this.queryParams.departmentId = item.itemid
|
||||
this.queryParams.departmentName = item.itemName
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
@ -136,7 +136,7 @@ export default {
|
||||
this.queryParams.departmentId = item.itemid
|
||||
this.queryParams.departmentName = item.itemName
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
@ -218,7 +218,7 @@ export default {
|
||||
this.queryParams.departmentId = item.itemid
|
||||
this.queryParams.departmentName = item.itemName
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
@ -144,7 +144,7 @@ export default {
|
||||
this.queryParams.departmentId = item.itemid
|
||||
this.queryParams.departmentName = item.itemName
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
@ -165,7 +165,7 @@ export default {
|
||||
this.queryParams.departmentId = item.itemid
|
||||
this.queryParams.departmentName = item.itemName
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
@ -365,7 +365,7 @@ export default {
|
||||
this.queryParams.departmentId = item.itemid
|
||||
this.departmentName = item.itemName
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
@ -245,7 +245,7 @@ export default {
|
||||
this.queryParams.departmentId = item.itemid
|
||||
this.addDepartmentquery.hospitalAgencyId = item.hospitalAgencyId
|
||||
if (item.hospitalAgencyId) {
|
||||
this.getList();
|
||||
this.handleQuery();
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user