|
@@ -90,7 +90,7 @@ export default {
|
|
|
return {
|
|
|
fullScreen: false,
|
|
|
loading: false,
|
|
|
- inputValue: '',
|
|
|
+ inputValue: this.value,
|
|
|
edit: false,
|
|
|
init: {
|
|
|
auto_focus: true,
|
|
@@ -122,6 +122,7 @@ export default {
|
|
|
inputValue: {
|
|
|
handler(newV, oldV) {
|
|
|
// this.inputValue = newV
|
|
|
+ console.log(newV, oldV)
|
|
|
this.resetImgSrc(newV)
|
|
|
},
|
|
|
immediate: true
|