|
@@ -64,6 +64,7 @@ export default {
|
|
|
search:{},
|
|
|
treeDeptId:"",
|
|
|
treeDeptName:'',
|
|
|
+ height: window.innerHeight - 350,
|
|
|
page: {
|
|
|
currentPage: 1,
|
|
|
total: 0,
|
|
@@ -103,8 +104,6 @@ export default {
|
|
|
getDeptTree().then(res => {
|
|
|
this.findObject(this.tableOption.column, "goodsTypeId").dicData = res.data.data;
|
|
|
});
|
|
|
- // getDicData("payment_term").then(res =>{
|
|
|
- // })
|
|
|
},
|
|
|
methods: {
|
|
|
getList(page, params = {}) {
|
|
@@ -128,7 +127,6 @@ export default {
|
|
|
this.$set(this.tableOption.column,2,{...e,value:this.treeDeptId})
|
|
|
}
|
|
|
})
|
|
|
-
|
|
|
}
|
|
|
if (["edit"].includes(type)) {
|
|
|
detail(this.form.id).then(res => {
|
|
@@ -220,4 +218,5 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
-<style></style>
|
|
|
+<style scoped lang="scss">
|
|
|
+</style>
|