修改
This commit is contained in:
@@ -107,7 +107,7 @@ export default {
|
||||
beilv: 1,
|
||||
month: '',
|
||||
value: 100,
|
||||
factory: 0,
|
||||
factory: 5,
|
||||
dateData: {},
|
||||
index: '原片成品率',
|
||||
monthData: undefined,
|
||||
@@ -187,7 +187,7 @@ export default {
|
||||
this.beilv = _this.clientWidth / 1920;
|
||||
})();
|
||||
};
|
||||
this.factory = this.$route.query.factory ? this.$route.query.factory : this.factory
|
||||
this.factory = this.$route.query.factory ? Number(this.$route.query.factory) : this.factory
|
||||
},
|
||||
methods: {
|
||||
handleChange(value) {
|
||||
|
||||
Reference in New Issue
Block a user