提交 413818a2 编写于 作者: zhentian.jia's avatar zhentian.jia

level全部值改 -1

上级 7de4f782
...@@ -55,7 +55,7 @@ export function getDivision(data) { ...@@ -55,7 +55,7 @@ export function getDivision(data) {
export function getLevelList(data) { export function getLevelList(data) {
let level = []; let level = [];
level[0] = { level[0] = {
id: '0', id: '-1',
label: '全部医院等级', label: '全部医院等级',
} }
for (let i = 0; i < data.length; i++) { for (let i = 0; i < data.length; i++) {
......
...@@ -624,7 +624,7 @@ export default { ...@@ -624,7 +624,7 @@ export default {
name: "", name: "",
administrativeId: "0", administrativeId: "0",
administrativeIdList: ['0'], administrativeIdList: ['0'],
level: "0", level: "-1",
chechAll: true, chechAll: true,
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10
...@@ -1502,7 +1502,7 @@ export default { ...@@ -1502,7 +1502,7 @@ export default {
//设定机构 //设定机构
this.formOrganization.name =""; this.formOrganization.name ="";
this.formOrganization.administrativeIdList = ['0']; this.formOrganization.administrativeIdList = ['0'];
this.formOrganization.level ="0"; this.formOrganization.level ="-1";
this.getCheckedTree(); this.getCheckedTree();
this.getOrganization(); this.getOrganization();
// this.listLevels(); // this.listLevels();
...@@ -2011,7 +2011,7 @@ export default { ...@@ -2011,7 +2011,7 @@ export default {
if ( if (
searchForm.administrativeId == "0" && searchForm.administrativeId == "0" &&
searchForm.administrativeIdList[searchForm.administrativeIdList.length-1] == "0" && searchForm.administrativeIdList[searchForm.administrativeIdList.length-1] == "0" &&
searchForm.level == "0" && searchForm.level == "-1" &&
searchForm.name == "" searchForm.name == ""
) { ) {
this.searchOrganizationType = ''; this.searchOrganizationType = '';
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册