|
@@ -611,7 +611,6 @@ export default {
|
|
mergeDefaultPlans(data) {
|
|
mergeDefaultPlans(data) {
|
|
if (!this.form.planDetailSub) {
|
|
if (!this.form.planDetailSub) {
|
|
this.form.planDetailSub = data;
|
|
this.form.planDetailSub = data;
|
|
- return;
|
|
|
|
}
|
|
}
|
|
data.forEach((item) => {
|
|
data.forEach((item) => {
|
|
const oneIndex = this.form.planDetailSub.findIndex(
|
|
const oneIndex = this.form.planDetailSub.findIndex(
|