|
@@ -201,6 +201,7 @@ export default {
|
|
|
visible: function(newVisible, oldVisible) {
|
|
|
this.isVisible = newVisible
|
|
|
if (newVisible) {
|
|
|
+ this.form.bizId = this.bizId
|
|
|
if (this.title === '编辑需求') {
|
|
|
this.form = JSON.parse(JSON.stringify(this.data))
|
|
|
if (this.form.referredClientType !== '') {
|