@@ -581,8 +581,8 @@ export default {
top: "35%",
center:'center',
style: {
- // text: this.employeesCountNum,
- text: 23,
+ text: this.employeesCountNum,
+ // text: 23,
textAlign: "center",
fill: "#000",
fontSize: 30,
@@ -115,7 +115,7 @@ export default {
}
},
created() {
- // this.getCode();
+ this.getCode();
this.getCookie();
methods: {
@@ -594,7 +594,6 @@ export default {
/** 新增按钮操作 */
handleAdd() {
- this.reset();
this.getTreeselect();
getUser().then(response => {
this.postOptions = response.data.posts;