|
|
|
@ -469,7 +469,6 @@ export default {
|
|
|
|
|
this.formInfo.dyId = "";
|
|
|
|
|
} else {
|
|
|
|
|
this.dyOptions = res.data.list;
|
|
|
|
|
|
|
|
|
|
if (this.photoDialogTitle == "新增") {
|
|
|
|
|
// this.formInfo.lineId = res.data.list[0].id;
|
|
|
|
|
this.$set(this.formInfo, "dyId", res.data.list[0].id);
|
|
|
|
@ -485,7 +484,6 @@ export default {
|
|
|
|
|
getSearchInfo({ type: 2, id: this.formInfo.dyId })
|
|
|
|
|
.then((res) => {
|
|
|
|
|
this.lineOptions = res.data.list;
|
|
|
|
|
|
|
|
|
|
if (this.photoDialogTitle == "新增") {
|
|
|
|
|
// this.formInfo.lineId = res.data.list[0].id;
|
|
|
|
|
this.$set(this.formInfo, "lineId", res.data.list[0].id);
|
|
|
|
|