|
@@ -82,6 +82,8 @@ export default {
|
|
},
|
|
},
|
|
// 传值
|
|
// 传值
|
|
handleValue(from) {
|
|
handleValue(from) {
|
|
|
|
+ console.log(from,'from');
|
|
|
|
+ console.log(this.operationForm[from],'this.operationForm[from]');
|
|
this.$emit('handleInput', {
|
|
this.$emit('handleInput', {
|
|
type: from,
|
|
type: from,
|
|
value: this.operationForm[from]
|
|
value: this.operationForm[from]
|