反馈字段兼容
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-09-14 11:36:20 +08:00
parent 37529cef33
commit 9310337f16
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ export default {
let res = await getUserFeedBackInfo(data);
if (res.IsSuccess && res.Result) {
this.form = res.Result;
this.form.ScreenshotList = this.form.ScreenshotList || []
this.Id = res.Result.Id;
if (res.Result.State > 0) {
this.isStateChange = false;