Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
+1
-2
@@ -386,8 +386,7 @@ export default {
|
|||||||
form.current = this.sarProStateTotalPage;
|
form.current = this.sarProStateTotalPage;
|
||||||
form.size = this.sarProStatePageSize;
|
form.size = this.sarProStatePageSize;
|
||||||
this.$http.get("sarStandardComplianceAssessResult/product", form, {
|
this.$http.get("sarStandardComplianceAssessResult/product", form, {
|
||||||
_this: this,
|
_this: this
|
||||||
loading: "loading"
|
|
||||||
}, res => {
|
}, res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
// res.data.records.forEach((item)=>{
|
// res.data.records.forEach((item)=>{
|
||||||
|
|||||||
Reference in New Issue
Block a user