feat: There is no way the, min-height

This commit is contained in:
super_liu
2022-03-31 18:06:53 +08:00
parent f554395c62
commit 78c1252df7
31 changed files with 121 additions and 274 deletions
@@ -142,7 +142,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -2346,33 +2346,16 @@
} }
}, },
processTable () { processTable () {
this.$nextTick(() => { this.$http.get("lawss/activiti/get_list_by_instance", {
Promise.all([this.getTaskId()]).then((value) => { prcNum: this.$route.query.prcNum,
if(value[0] &&value.length > 0){ sortWord: this.shunxu ? this.paixu : "",
let mes = JSON.parse(value[0].mes) shunxu: this.shunxu
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD')) }, {
this.form = mes.form loading: "loading",
this.taskIds = mes.taskIds; _this: this
this.pId = mes.pId; }, res => {
this.userId = mes.userId; this.detailData = res
this.prcNum = mes.prcNum; }, e => {
this.prcName = mes.prcName;
this.roleForm = mes.roleForm
this.commentText = mes.commentText
}
this.loading = true
this.$http.get('lawss/activiti/get_list_by_instance', {
prcNum: this.prcNum,
sortWord: this.shunxu ? this.paixu : '',
shunxu: this.shunxu
}, {
loading: 'loading',
_this: this
}, res => {
this.detailData = res
this.loading = false
}, e => {})
})
}) })
}, },
}, },
@@ -142,7 +142,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -2346,33 +2346,16 @@
} }
}, },
processTable () { processTable () {
this.$nextTick(() => { this.$http.get("lawss/activiti/get_list_by_instance", {
Promise.all([this.getTaskId()]).then((value) => { prcNum: this.$route.query.prcNum,
if(value[0] &&value.length > 0){ sortWord: this.shunxu ? this.paixu : "",
let mes = JSON.parse(value[0].mes) shunxu: this.shunxu
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD')) }, {
this.form = mes.form loading: "loading",
this.taskIds = mes.taskIds; _this: this
this.pId = mes.pId; }, res => {
this.userId = mes.userId; this.detailData = res
this.prcNum = mes.prcNum; }, e => {
this.prcName = mes.prcName;
this.roleForm = mes.roleForm
this.commentText = mes.commentText
}
this.loading = true
this.$http.get('lawss/activiti/get_list_by_instance', {
prcNum: this.prcNum,
sortWord: this.shunxu ? this.paixu : '',
shunxu: this.shunxu
}, {
loading: 'loading',
_this: this
}, res => {
this.detailData = res
this.loading = false
}, e => {})
})
}) })
}, },
}, },
@@ -142,7 +142,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -2346,33 +2346,16 @@
} }
}, },
processTable () { processTable () {
this.$nextTick(() => { this.$http.get("lawss/activiti/get_list_by_instance", {
Promise.all([this.getTaskId()]).then((value) => { prcNum: this.$route.query.prcNum,
if(value[0] &&value.length > 0){ sortWord: this.shunxu ? this.paixu : "",
let mes = JSON.parse(value[0].mes) shunxu: this.shunxu
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD')) }, {
this.form = mes.form loading: "loading",
this.taskIds = mes.taskIds; _this: this
this.pId = mes.pId; }, res => {
this.userId = mes.userId; this.detailData = res
this.prcNum = mes.prcNum; }, e => {
this.prcName = mes.prcName;
this.roleForm = mes.roleForm
this.commentText = mes.commentText
}
this.loading = true
this.$http.get('lawss/activiti/get_list_by_instance', {
prcNum: this.prcNum,
sortWord: this.shunxu ? this.paixu : '',
shunxu: this.shunxu
}, {
loading: 'loading',
_this: this
}, res => {
this.detailData = res
this.loading = false
}, e => {})
})
}) })
}, },
}, },
@@ -162,7 +162,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -148,7 +148,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -2454,33 +2454,16 @@
} }
}, },
processTable () { processTable () {
this.$nextTick(() => { this.$http.get("lawss/activiti/get_list_by_instance", {
Promise.all([this.getTaskId()]).then((value) => { prcNum: this.$route.query.prcNum,
if(value[0] &&value.length > 0){ sortWord: this.shunxu ? this.paixu : "",
let mes = JSON.parse(value[0].mes) shunxu: this.shunxu
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD')) }, {
this.form = mes.form loading: "loading",
this.taskIds = mes.taskIds; _this: this
this.pId = mes.pId; }, res => {
this.userId = mes.userId; this.detailData = res
this.prcNum = mes.prcNum; }, e => {
this.prcName = mes.prcName;
this.roleForm = mes.roleForm
this.commentText = mes.commentText
}
this.loading = true
this.$http.get('lawss/activiti/get_list_by_instance', {
prcNum: this.prcNum,
sortWord: this.shunxu ? this.paixu : '',
shunxu: this.shunxu
}, {
loading: 'loading',
_this: this
}, res => {
this.detailData = res
this.loading = false
}, e => {})
})
}) })
}, },
}, },
@@ -204,7 +204,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -140,7 +140,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -2345,33 +2345,16 @@
} }
}, },
processTable () { processTable () {
this.$nextTick(() => { this.$http.get("lawss/activiti/get_list_by_instance", {
Promise.all([this.getTaskId()]).then((value) => { prcNum: this.$route.query.prcNum,
if(value[0] &&value.length > 0){ sortWord: this.shunxu ? this.paixu : "",
let mes = JSON.parse(value[0].mes) shunxu: this.shunxu
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD')) }, {
this.form = mes.form loading: "loading",
this.taskIds = mes.taskIds; _this: this
this.pId = mes.pId; }, res => {
this.userId = mes.userId; this.detailData = res
this.prcNum = mes.prcNum; }, e => {
this.prcName = mes.prcName;
this.roleForm = mes.roleForm
this.commentText = mes.commentText
}
this.loading = true
this.$http.get('lawss/activiti/get_list_by_instance', {
prcNum: this.prcNum,
sortWord: this.shunxu ? this.paixu : '',
shunxu: this.shunxu
}, {
loading: 'loading',
_this: this
}, res => {
this.detailData = res
this.loading = false
}, e => {})
})
}) })
}, },
}, },
@@ -225,7 +225,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -274,7 +274,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -143,7 +143,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -2471,33 +2471,16 @@
return ""; return "";
}, },
processTable () { processTable () {
this.$nextTick(() => { this.$http.get("lawss/activiti/get_list_by_instance", {
Promise.all([this.getTaskId()]).then((value) => { prcNum: this.$route.query.prcNum,
if(value[0] &&value.length > 0){ sortWord: this.shunxu ? this.paixu : "",
let mes = JSON.parse(value[0].mes) shunxu: this.shunxu
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD')) }, {
this.form = mes.form loading: "loading",
this.taskIds = mes.taskIds; _this: this
this.pId = mes.pId; }, res => {
this.userId = mes.userId; this.detailData = res
this.prcNum = mes.prcNum; }, e => {
this.prcName = mes.prcName;
this.roleForm = mes.roleForm
this.commentText = mes.commentText
}
this.loading = true
this.$http.get('lawss/activiti/get_list_by_instance', {
prcNum: this.prcNum,
sortWord: this.shunxu ? this.paixu : '',
shunxu: this.shunxu
}, {
loading: 'loading',
_this: this
}, res => {
this.detailData = res
this.loading = false
}, e => {})
})
}) })
}, },
}, },
@@ -142,7 +142,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -2345,33 +2345,16 @@
} }
}, },
processTable () { processTable () {
this.$nextTick(() => { this.$http.get("lawss/activiti/get_list_by_instance", {
Promise.all([this.getTaskId()]).then((value) => { prcNum: this.$route.query.prcNum,
if(value[0] &&value.length > 0){ sortWord: this.shunxu ? this.paixu : "",
let mes = JSON.parse(value[0].mes) shunxu: this.shunxu
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD')) }, {
this.form = mes.form loading: "loading",
this.taskIds = mes.taskIds; _this: this
this.pId = mes.pId; }, res => {
this.userId = mes.userId; this.detailData = res
this.prcNum = mes.prcNum; }, e => {
this.prcName = mes.prcName;
this.roleForm = mes.roleForm
this.commentText = mes.commentText
}
this.loading = true
this.$http.get('lawss/activiti/get_list_by_instance', {
prcNum: this.prcNum,
sortWord: this.shunxu ? this.paixu : '',
shunxu: this.shunxu
}, {
loading: 'loading',
_this: this
}, res => {
this.detailData = res
this.loading = false
}, e => {})
})
}) })
}, },
}, },
@@ -142,7 +142,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -2346,33 +2346,16 @@
} }
}, },
processTable () { processTable () {
this.$nextTick(() => { this.$http.get("lawss/activiti/get_list_by_instance", {
Promise.all([this.getTaskId()]).then((value) => { prcNum: this.$route.query.prcNum,
if(value[0] &&value.length > 0){ sortWord: this.shunxu ? this.paixu : "",
let mes = JSON.parse(value[0].mes) shunxu: this.shunxu
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD')) }, {
this.form = mes.form loading: "loading",
this.taskIds = mes.taskIds; _this: this
this.pId = mes.pId; }, res => {
this.userId = mes.userId; this.detailData = res
this.prcNum = mes.prcNum; }, e => {
this.prcName = mes.prcName;
this.roleForm = mes.roleForm
this.commentText = mes.commentText
}
this.loading = true
this.$http.get('lawss/activiti/get_list_by_instance', {
prcNum: this.prcNum,
sortWord: this.shunxu ? this.paixu : '',
shunxu: this.shunxu
}, {
loading: 'loading',
_this: this
}, res => {
this.detailData = res
this.loading = false
}, e => {})
})
}) })
}, },
}, },
@@ -204,7 +204,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -274,7 +274,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -150,7 +150,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -2276,33 +2276,16 @@
} }
}, },
processTable () { processTable () {
this.$nextTick(() => { this.$http.get("lawss/activiti/get_list_by_instance", {
Promise.all([this.getTaskId()]).then((value) => { prcNum: this.$route.query.prcNum,
if(value[0] &&value.length > 0){ sortWord: this.shunxu ? this.paixu : "",
let mes = JSON.parse(value[0].mes) shunxu: this.shunxu
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD')) }, {
this.form = mes.form loading: "loading",
this.taskIds = mes.taskIds; _this: this
this.pId = mes.pId; }, res => {
this.userId = mes.userId; this.detailData = res
this.prcNum = mes.prcNum; }, e => {
this.prcName = mes.prcName;
this.roleForm = mes.roleForm
this.commentText = mes.commentText
}
this.loading = true
this.$http.get('lawss/activiti/get_list_by_instance', {
prcNum: this.prcNum,
sortWord: this.shunxu ? this.paixu : '',
shunxu: this.shunxu
}, {
loading: 'loading',
_this: this
}, res => {
this.detailData = res
this.loading = false
}, e => {})
})
}) })
}, },
}, },
@@ -150,7 +150,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -150,7 +150,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -163,7 +163,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -164,7 +164,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -273,7 +273,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -208,7 +208,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -148,7 +148,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -399,7 +399,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -411,7 +411,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -247,7 +247,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -71,7 +71,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -256,7 +256,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -285,7 +285,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -208,7 +208,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -411,7 +411,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"
@@ -149,7 +149,7 @@
ref="selection" ref="selection"
:data="detailData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%;min-height: 535px"
border border
row-key="id" row-key="id"
:no-data-text="listNoDataText" :no-data-text="listNoDataText"