fix: 混料数据is_count_utask为-1

This commit is contained in:
caoqianming 2024-03-20 15:33:20 +08:00
parent 5f211068a3
commit 193d2e32a8
1 changed files with 10 additions and 10 deletions

View File

@ -194,7 +194,7 @@ export default {
getData7() {
let that = this;
let obj = {
query: { start_date: that.start_date, end_date: that.end_date, mgroup_name: "混料", is_count_utask: 0 },
query: { start_date: that.start_date, end_date: that.end_date, mgroup_name: "混料", is_count_utask: -1 },
};
let option = deepCopy(that.basicOption);
option.xAxis.data = that.xAxisData;
@ -335,9 +335,9 @@ export default {
</script>
<style scoped>
.tables{
.tables {
position: absolute;
top:6px;
top: 6px;
right: 8px;
z-index: 10;
}