Authored by 沈志敏

fix bug

... ... @@ -19,4 +19,4 @@ new Vue({
components: {
Order
}
});
\ No newline at end of file
});
... ...
... ... @@ -9,6 +9,7 @@
const $ = require('jquery');
const yoho = require('yoho');
const tip = require('common/tip');
module.exports = {
data() {
... ...
... ... @@ -90,7 +90,7 @@
this.reasonChange(cr);
yoho.store.remove('cancelReason');
} else if (yoho.store.get('orderReload')) {
this.reload();
this.reload();
}
}
});
... ...