Commit edc27666 authored by 黄奎's avatar 黄奎

页面修改

parent 12429021
...@@ -102,7 +102,6 @@ ...@@ -102,7 +102,6 @@
}, },
mounted() { mounted() {
console.log("setingObj", this.setingObj)
}, },
methods: { methods: {
refreshPage() { refreshPage() {
......
...@@ -270,6 +270,7 @@ ...@@ -270,6 +270,7 @@
BackMoney: 0, //实际退款金额 BackMoney: 0, //实际退款金额
Description: "", //审批意见 Description: "", //审批意见
AuditStatus: 0, //审核状态 AuditStatus: 0, //审核状态
SpecialNode:0,//是否特殊节点
}, },
EmployeeList: [], EmployeeList: [],
AllemployeeList: [], AllemployeeList: [],
...@@ -279,6 +280,7 @@ ...@@ -279,6 +280,7 @@
created() {}, created() {},
mounted() { mounted() {
this.backBillMsg.BackId = this.setingObj.BackId; this.backBillMsg.BackId = this.setingObj.BackId;
this.backBillMsg.SpecialNode=this.setingObj.SpecialNode;
this.getEmployee(); this.getEmployee();
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment