From 1c538f36affa979e585a9a0b5a7739cdc36a14d1 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 01 Apr 2022 14:32:48 +0800 Subject: [PATCH] 取消订单的状态判断 --- zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html index c5a2247..f60172e 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html @@ -118,7 +118,7 @@ } </style> </head> -<body style="overflow: hidden"> +<body > <div id="app" v-cloak> @@ -1230,7 +1230,7 @@ app: _this, contentType: 'application/x-www-form-urlencoded', //TODO 优化下拉加载 - data: {name: _this.queryKey,goodType:_this.goodsType , limit: pageSize, offset : offset}, + data: {name: _this.queryKey,goodType:_this.goodsType , limit: pageSize, offset : offset, staus:'上架'}, url: basePath + "/admin/shoppinggoods/showList", callback: function (data) { _this.searchTableData = data.rows; -- Gitblit v1.9.1