初始化查询
This commit is contained in:
@@ -701,7 +701,13 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
td{
|
||||
width: 100px;
|
||||
height: 30px;
|
||||
text-align:center;
|
||||
}
|
||||
</style>
|
||||
<style scoped>
|
||||
span{
|
||||
margin: 10px 0 10px 10px;
|
||||
@@ -713,9 +719,4 @@ export default {
|
||||
max-height: 250px;
|
||||
overflow: auto;
|
||||
}
|
||||
td{
|
||||
width: 100px;
|
||||
height: 30px;
|
||||
text-align:center;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -373,6 +373,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.fetchData()
|
||||
this.getTableData()
|
||||
},
|
||||
methods: {
|
||||
// 查询供应商名称
|
||||
|
||||
@@ -437,6 +437,7 @@ export default {
|
||||
created() {
|
||||
this.fetchData()
|
||||
this.fetchData3()
|
||||
this.getTableData()
|
||||
},
|
||||
methods: {
|
||||
handleCurrentChange2(row) { // 获取当前行人员信息
|
||||
|
||||
@@ -729,6 +729,7 @@ export default {
|
||||
created() {
|
||||
this.fetchData()
|
||||
this.Selection1()
|
||||
this.getTable()
|
||||
},
|
||||
methods: {
|
||||
// TABLE每行颜色
|
||||
|
||||
Reference in New Issue
Block a user