fix: 商品已下架

fix/0701-ch
ch 2 years ago
parent 9f195f09b7
commit 194587ba1b

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-23 17:27:21
* @LastEditors: ch
* @LastEditTime: 2022-07-04 10:40:18
* @LastEditTime: 2022-07-04 16:26:33
* @Description: file content
-->
<template>
@ -107,7 +107,7 @@ export default {
if(HandleApiError(error, 'getGoodsDetail')){
return false;
}
if(result.isEnable){
if(!result.isEnable){
this.$Router.replace('/enable')
return false;
}

Loading…
Cancel
Save