Commit edc27666 authored by 黄奎's avatar 黄奎

页面修改

parent 12429021
......@@ -102,7 +102,6 @@
},
mounted() {
console.log("setingObj", this.setingObj)
},
methods: {
refreshPage() {
......
......@@ -270,6 +270,7 @@
BackMoney: 0, //实际退款金额
Description: "", //审批意见
AuditStatus: 0, //审核状态
SpecialNode:0,//是否特殊节点
},
EmployeeList: [],
AllemployeeList: [],
......@@ -279,6 +280,7 @@
created() {},
mounted() {
this.backBillMsg.BackId = this.setingObj.BackId;
this.backBillMsg.SpecialNode=this.setingObj.SpecialNode;
this.getEmployee();
},
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