Commit f6ab116d by kyle

解决冲突

parent 9842fcd0
......@@ -45,14 +45,10 @@
</view>
</view>
=======
>>>>>>> Stashed changes
</view>
</template>
<script>
<<<<<<< Updated upstream
import api from '../../api/api';
import common from '../../common/common';
export default{
......@@ -68,18 +64,11 @@
maxDate:`${new Date().getFullYear()}-${new Date().getMonth() + 1}`,
commissionTypeList:[{dropOptionName:null,dropOptionCode:null}],
productTypeList:[{dropOptionName:null,dropOptionCode:null}],
sumCommissionAmount:null
=======
export default{
data(){
return {
>>>>>>> Stashed changes
sumCommissionAmount:null,
}
},
components:{},
onLoad(){
<<<<<<< Updated upstream
this.fortuneDate = common.getQueryString('fortuneDate');
this.productType = common.getQueryString('productType');
this.timeFlag = common.getQueryString('timeFlag');
......@@ -215,26 +204,4 @@
}
}
=======
},
methods:{
getDetail(){
const param = {
"isDtl": 1,
"userId": 1,
"fortuneDate": "2022-12",
"timeFlag": "M",
"commissionType":"A01",
"productType": 1
}
}
}
}
</script>
\ No newline at end of file
<style>
>>>>>>> Stashed changes
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment