In the cube-ui form component, after uploading through the upload component, how to write the uploaded return value to the model in the form?

  https://github.com/ryanlid/cu...

what result do you expect?

after the image is uploaded successfully, the API will return the image address. I want to add the image address to the model and submit it to the backend.

questions

Doesn"t

usually modify the value in data in methods? Now that the function of this value is in data, how do you modify other values in data in data?

May.07,2022
Menu