This commit is contained in:
yulixing 2019-10-08 16:13:15 +08:00
parent d4bd306fba
commit 7471901d33

View File

@ -292,7 +292,6 @@ export default {
})
.then(res => {
const data = res.data
console.log('rrrr', data)
if (data.errcode === 0) {
this.ratioForm.ratio = data.result
}