|
@@ -299,6 +299,8 @@ export default {
|
|
|
getDeptTree().then(res => {
|
|
|
this.dicData = res.data.data;
|
|
|
});
|
|
|
+ this.$set(this.form, 'integralMultiples', 1)
|
|
|
+ this.$set(this.form, 'integral', 0)
|
|
|
if (this.detailData.id) {
|
|
|
this.queryData(this.detailData.id)
|
|
|
} else {
|